How can i reset the Oracle password if Oracle forgets to sys/system/scott the user password?

Source: Internet
Author: User

Oracle database used today, but found the password previously set, forget, how to input is not correct, so from the Internet to find a bit of information, solve, and then organize to share to everyone.

First, the problems encountered:

1. Forget the login password for users other than SYS and system users.

2., forget the SYS user, or the password of the system user.

3. If the Sys,system user's password is forgotten or lost.

Second, the solution:

1. Forget the login password for users other than SYS and system users.

Log in with the SYS (or system) user and use the following statement to modify the user's password.

CONN SYS/ as SYSDBA; ALTER USER  by Newpass;

Note: Passwords cannot be all numbers. and cannot be a number start. Otherwise it will appear: ORA-00988: Password is missing or invalid

2. Forget the SYS user, or the password of the system user.

(1) If you forget the password of the system user, you can log in with the SYS user. Then change the password with alter USER Chitian.

CONN SYS// as SYSDBA; ALTER USER  by Newpass;

(2) If the password of the SYS user is forgotten, you can log in with the system user. Then change the password with alter USER Chitian.

CONN SYSTEM//Pass_word; ALTER USER  by Newpass;

3. If the Sys,system user's password is forgotten or lost. This item is particularly important. You can use the ORAPWD.EXE tool to modify the password.

Start menu, run as input ' CMD ', open a command Prompt window and enter the following command:

file = D:\oracle\product\10.2. 0\db_1\database\pwdctcsys.orapassword=newpass

This command regenerates the password file for the database. The location of the password file is under the \database directory in the Oracle_home directory. This password is the password that modifies the SYS user. Passwords for other users except SYS and system will not change.

How can i reset the Oracle password if Oracle forgets to sys/system/scott the user password?

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.