Disable Oracle’s password expiry
April 23rd, 2009 Posted in Oracle How-To
In 11G Oracle started setting the password expiry by default. This was not the case for earlier versions of Oracle. I understand that additional security benefit, but this is annoying for application logins. I have disabled this for the default profile. Here is how.
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
July 16th, 2009 at 11:44 pm
“disabled this for the default profile”
thnaks I need that