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;

One Response to “Disable Oracle’s password expiry”

  1. Shaun@Custom iPhone cases Says:

    “disabled this for the default profile”

    thnaks I need that



Leave a Reply