What if I forget the password of the Oracle database user?

Source: Internet
Author: User
Tags sqlplus

What if we forget the user's password for the Oracle database and do not know the password of the user who is larger than the user's rights?

Don't worry, as long as you have installed the database server operating system users, then you can easily solve, and the method described in this article is very general Oh ~

In fact, the principle is very simple, is to take advantage of Oracle's operating system authentication method.

Steps:

1. Log on to the operating system where the Oracle database server is installed.

2, check the environment variable ORACLE_SID settings:

Windows:echo%oracle_sid%

Linux:echo $ORACLE _sid

3. Set the value of the environment variable ORACLE_SID to the SID of the Oracle instance you want to log on to:

Set ORACLE_SID=ORCL

4. Type the command: Sqlplus/as SYSDBA

You can log in to Oracle as a SYSDBA!

Under Linux, if the Sqlplus command cannot be found, switch to the Oracle user.

5. Execute the command in the Sqlplus window:

Alter user you_username identified by You_password;

You can change your user's password ~

What if I forget the password of the Oracle database user?

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.