Posts Tagged ‘password’
Disable Oracle’s password expiry
April 23rd, 2009 1 Comment 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;