William Robertson
Member³
I notice if the password has expired but I am within the grace period, PL/SQL Developer 9.0.6 fails the connection attempt with ORA-28001.
However SQL*Plus is able to detect this and prompt me for a new password, e.g:
Our DBAs create accounts with pre-expired passwords expecting the client tool to prompt us for a new one, so it would be quite useful if PL/SQL Dev could do this automatically.
However SQL*Plus is able to detect this and prompt me for a new password, e.g:
Code:
SQL> conn williamr/pass123@xyz
ERROR:
ORA-28001: the password has expired
Changing password for williamr
New password:
Retype new password:
Password changed
Connected.
Our DBAs create accounts with pre-expired passwords expecting the client tool to prompt us for a new one, so it would be quite useful if PL/SQL Dev could do this automatically.