Oracle 11g Password never expires setting

Source: Internet
Author: User

"Cause/Trigger factor"

This is due to the fact that "password_life_time=180 days" is set in the default profile in oracle11g.

"Impact and risk"

Effect

After the password expires, the business process connects to the database exception, affecting business use.

Frequency of problem occurrence

Once the database password expires, the business process will prompt for a connection failure once it restarts.

"Solutions"

Follow the steps below:

1, check the user's proifle is which, is generally default:

Sql>select username,profile from Dba_users;

2. View the password expiration settings for the specified profile (such as default):

Sql>select * from Dba_profiles s WHERE s.profile= ' DEFAULT ' and resource_name= ' password_life_time ';

3. Change the password validity period from the default of 180 days to "unlimited":

Sql>alter profile DEFAULT LIMIT password_life_time UNLIMITED;

You do not need to restart the database after you modify it, it takes effect immediately.

4, after the modification, has not been prompted ORA-28002 warning account will not encounter the same prompt;

The account that has been prompted must change the password again, for example:

$sqlplus/as SYSDBA

sql> alter user yzcms identified by yzcms----do not change the new password

oracle11g startup parameter Resource_limit whether it is set to False or true, the password validity period is valid and must be modified in the above manner. The account name above is changed according to the account name you are actually using.

Oracle 11g Password never expires setting

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.