Hi,
It seems when the stored password expires in a database, we cant easily re-enter new password in PLSQLD? If we have used the tnsnames then we can drop down and select database and add new password, but the issue is where we used the direct database entry in the format scott@xxx.xxx.xxx.xxx/Test. Then we have to remember the IP we used to reenter the whole connect string.

Alternatively i thought when we selected saved connection to connect to database, when password is incorrect it would show the saved connection, asking for new password, but apparently not. Have i missed something ?

We are using PLSQLD Ver14.

Thanks
Sak
If the password has expired, PL/SQL Developer will prompt you for a new password. The new password will be stored if the "Store with password" option is enabled.

If the stored password is incorrect (e.g. has been changed), PL/SQL Developer will show a login error and prompt you for a new password. The corrected password will be stored if the "Store with password" option is enabled.
© Allround Automations forums