Oracle User Locked Solution ____oracle

Source: Internet
Author: User
Workaround:
1. Login with DBA role;
2, enter the following format command unlock:
Alter user username account unlock;
3, if the password forgotten, enter the following format command to modify the password:
Alter user username identified by new password;

The following is an example of unlocking user dev and modifying the password to 123456
---------------------------------------------------------

C:\users\lc>set Oracle_sid=testdb
C:\users\lc>sqlplus/nolog
Sql*plus:release 11.2.0.1.0 Production on Friday January 12 12:07:31 2018
Copyright (c) 1982, Oracle. All rights reserved.
Sql> Conn/as SYSDBA
is connected.
sql> alter user dev account unlock;
The user has changed.
sql> alter user Dev identified by 123456;
The user has changed.
sql> alter user dev account unlock;
The user has changed.
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.