hyee / dbcli

Windows/Linux/OSX/MSYS command line utility for Oracle/MySQL/PostgreSQL
MIT License
59 stars 16 forks source link

Connection alias missing? #8

Closed alaahong closed 8 years ago

alaahong commented 8 years ago

There was one error while I first type in "login" after computer started.

SQL> login 1
No available logins for '1' in group 'oracle'. 
SQL> login
No available logins for '' in group 'oracle'.
SQL> login ae
No available logins for 'ae' in group 'oracle'.

I need re-input the connection, and they are all missing which I stored before.

Is it an existing issue?

First type: Issue Login list is back to normal after I create conn again. Normal

hyee commented 8 years ago

Reason is file "password.dat" under sub-folder "data" is missing after you rebooted your PC, please check wether it was deleted by other sowftware.

alaahong commented 8 years ago

Hi, You're right. Seems cause by I open dbcli in another path, so there was not the previous password.dat.

Thanks~