engineer2100
Programmer
We are designing login window which would allow user to login to our application. We have attached profile which would expire user password in 80 days with 10 days grace period.
Now, when password expires Oracle throws "ORA - 28001 : The Password expired....."
In SQLPlus user is forced to change password.
On login screen when we handle this exception, how do we force user to change password as user has still not connected to the database
or connection is made and then exception ORA - 28001 is thrown and that forces user to change password??