To modify the Oracle default password expiration days

Source: Internet
Author: User

Workaround:

1. View which profile strategy the user uses

Sql> select Username,profile from Dba_users;

USERNAME profile

------------------ -----------------

Mgmt_view DEFAULT

SYS DEFAULT

SYSTEM DEFAULT

Ekpuser DEFAULT

2. View effective days for a policy

Sql> Select * from dba_profiles s Where s.profile= ' DEFAULT ' and resource_name= ' password_life_time ';

Profile Resource_name Resource_type LIMIT

------------------------------ ----------------------- ------------ --------

DEFAULT Password_life_time PASSWORD 180

3. Modify policy is unrestricted

Sql> Alter profile DEFAULT LIMIT Password_life_time Unlimited;

Profile Altered

4. View Confirmation

Sql> Select * from dba_profiles s Where s.profile= ' DEFAULT ' and resource_name= ' password_life_time ';

Profile Resource_name Resource_type LIMIT

------------------------------ -------------------- ------------- ----------

DEFAULT Password_life_time PASSWORD Unlimited

Modified to take effect in time without restarting the database

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.