How to resolve a locked Scott user in oracle_11g

Source: Internet
Author: User
Tags sqlplus

After installing oracle10g and creating the Oracle database, you want to log in with the user Scott that comes with the database to see if the connection is successful.

Problem:

In the cmd command, when you log in with "Sqlplus Scott/tiger", you are always prompted with the following message: error:ora-28000: The account is locked.

Workaround:

At the cmd command prompt, you can log in directly to Oracle and enter the following command:
1. Log in as Administrator

Sqlplus/as Sysdba;

2. Then execute the following command to unlock the Scott account:

sql> alter user Scott account unlock;

Shows that the user has changed so that the unlocked operation is complete.

Next, you can also reset the password to the Scott user.

3. Change Scott's login password:

Sql> alter user Scott identified by ADMINCSS;

Show that the user has changed (ADMINCSS is the new password)

4. Test if SCOTT/ADMINCSS can log in successfully

Sql> Conn Scott/admincss

The display is connected.

How to resolve a locked Scott user in oracle_11g

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.