Oracle unlocks the Scott/tiger user

Source: Internet
Author: User

Oracle unlocks the Scott/tiger user

1, verify the current system for Scott user status:

SELECT * from Dba_users where upper (username) = ' SCOTT ';

Account_status:expired & LOCKED

2. Release the lock for Scott User:

Conn Sys/bitservice@ttonline as SYSDBA;

Alter user Scott account unlock;

SELECT * from Dba_users where upper (username) = ' SCOTT ';

Account_status:expired

3, connect Scott User:

Conn Scott/tiger@ttonline to indicate that the user has expired, please re-enter the new password: Tiger

Conn Scott/tiger@ttonline, this user can be connected properly this time.

4, view the status of Scott User:

Conn Sys/bitservice@ttonline as SYSDBA;

SELECT * from Dba_users where upper (username) = ' SCOTT ';

Account_status:open

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.