Oracle ORA-28002: the password will expire within 10 days

Source: Internet
Author: User

Oracle ORA-28002: the password will expire within 10 days solution:

1. query the perfile file of this user.

Select username, profile from dba_users where username = 'Scott ';

2. query values by file name

Select * from dba_profiles where profile = 'default ';

3. Change the password expiration time to password_life_time to unlimited.

Alter profile default limit password_life_time unlimited;

4. Password query complexity verification PASSWORD_VERIFY_FUNCTION VERIFY_FUNCTION

Alter profile default limit PASSWORD_VERIFY_FUNCTION NULL; (complexity verification is not used)

5. Change the password to the original password.

Alter user scott identified by tiger;

Modifying the default value above may affect others. We recommend that you create a perfile file and bind it to the user.

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.