Oracle system password forgot password change, delete account lock

Source: Internet
Author: User
Tags sqlplus

Turn from http://www.cnblogs.com/yjhrem/articles/2340149.html

Run the cmd command line

Input sqlplus/nolog no user name login

Conn/as SYSDBA Connect to data Local data

Alter user system identified by password; Modify the system password to password

D:\oracle\ora92\bin>sqlplus/nolog

Sql*plus:release 9.2.0.1.0-production on Thu August 16 11:32:22 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Sql> Conn/as Sysdba is connected. sql> alter user system identified by password;

The user has changed.

sql> alter user SYS identified by password;

The user has changed.

sql> alter user system identified by manger;

Unlock method Alter user SYSTEM account unlock;

So the password modification was successful.

Oracle system password forgot password change, delete account lock

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.