Oracle error message ORA

Source: Internet
Author: User
Oracle prompt error message ORA-28001: thepasswordhasexpired solution: 1, using SYSDBA permission login; 2, view account information: selectusername, role, if the account lockedexpired, first unlock: alteruserBJMMISaccountunlock; then modify Password

Oracle prompt error message ORA-28001: the password has expired solution: 1. log in with SYSDBA permission; 2. View account information: select username, account_status from dba_users 3. If the account locked/expired, unlock first: alter user BJMMIS account unlock; Then Change Password

Oracle prompt error message ORA-28001: the password has expired

Solution:

1. Use SYSDBA permissions to log on;

2. View account information:

Select username, account_status from dba_users

3. If the account locked/expired,

Unlock first:

Alter user BJMMIS account unlock;

Change the password

Alter user BJMMIS identified by newpwd;

Once and for all, the password for the 11G180 day will fail:

Query password Validity Period

SELECT * FROM dba_profiles WHERE profile = 'default' AND resource_name = 'password _ LIFE_TIME'

Change to unrestricted:

Alter profile default limit PASSWORD_LIFE_TIME UNLIMITED

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.