Cannot reset password when account expires

WadeH

Member
Hello,

We are having issues with PL/SQL Developer. We are in the process of testing to set our users passwords to expire after 90 but have a serious issue with this.
If you Oracle user account is expired, and you attempt to connect via PL/SQL, it will, correctly tell you that your password has expired and force you to change it.

The problem, is that once yo uenter your new password in the fields, you get an error about your username or password being incorrect.
4NY3HRy.jpg

This would be very painfull for us to have to manually have to reset each users password every 90 days.

The one thing we have noted, is the password change functionality if the users password has not yet expired, works perfectly.

We have attempted this on PL/SQL 10.0.5.1710 and 12.0.5.1828
Our Oracle databases are 10g and 11g

Thank you very much for any assistance you can provide.

Regards
Wade
 
Last edited:
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer 12\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 12 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 12).
 
Back
Top