The default password for Oracle11g is 180 days, and is changed to no time

Source: Internet
Author: User
In Oracle11g, in order to allow the customer to change the password of the database user within six months, the default password of the database user is valid for 180 days by default, while Oracle10g is

In Oracle 11g, to allow the customer to change the Database User Password within half a year, the default password of the database user is valid for 180 days by default, while the Oracle 10g is

In Oracle 11g, to allow the customer to change the Database User Password within six months, the default password of the database user is valid for 180 days by default, oracle 10 Gb default database user password is no time.

View the password parameter file used by the default database user of Oracle 11g

-- 1

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

-- Expiration on the seventh day

Change Password to no time

-- 2

Alter profile default limit PASSWORD_LIFE_TIME UNLIMITED;

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.