How to Set Password Expiry to Unlimited in Oracle

By Admin
April 22, 2024
3 min read

How to Set Password Expiry to Unlimited in Oracle

Setting a password expiry to unlimited in Oracle can be a crucial security risk if not managed properly. However, in some specific circumstances, there might be a need to adjust password policies as per organizational requirements. To set password expiry to unlimited in Oracle, follow these steps:

  1. Login to your Oracle database using an account with DBA privileges.
  2. Execute the following SQL query:
  3. ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

  4. This command will set the password expiry to unlimited for all users using the default profile.
  5. It's essential to monitor and review this change regularly to ensure security compliance.

Remember, while extending password expiry may seem convenient, it's crucial to assess and mitigate associated risks to maintain a robust security posture.

Additional Links


How To Reset Oracle Password Expired
How To Set Password No Expire For Unix User
How To Change Oracle User Password
Describe The Steps Involved In Modifying The Default Password Policy In Oracle?
How To Reset Password For A User In Oracle
How To Change My Oracle Db Password

How To Get Someones Facebook Password 2017

What is the password problem?

The password problem refers to the challenges and vulnerabilities associated with creating, managing, and securing passwords, which often leads to weak or reused passwords and increased security risks.

By Admin
8 min read

Generate strong passwords tool

Online web, mobile resources for generating strong passwords...

By Admin
10 min read

Did you find this page useful?