"Oracle" ora-28002 a workaround that prompts the user for a password that is about to expire

Source: Internet
Author: User

---1, first check the user's profile in the user password life cycle, in general, the default is 180 days. When logged in, the system prompts ora-28002 that the user is about to expire

--If we do not want to change the password, we can modify the Oracle configuration file

SELECT *  from WHERE resource_name='password_life_time';


---2. Change the default profile password policy to unlimited (UNLIMITED)

Alter default limit Password_life_time Unlimited; SELECT *  from WHERE resource_name='password_life_time';

--3, if you modify the profile when the user has the prompt or need to change the password, keep the original password, the user will no longer prompt

Alter User  by PASSWORD;

Finally, you can log in again, and the ora-28002 prompts no longer appear.

"Oracle" ora-28002 a workaround that prompts the user for a password that is about to expire

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.