Search

How to make Oracle DB user password never expires?

After connecting to DB execute below command to make all DB users password never expires.

SQL> alter profile DEFAULT limit PASSWORD_LIFE_TIME  unlimited;

No comments: