Tips for modifying the Oracle user password

Source: Internet
Author: User
Sometimes we may not know the password of a user, but we need to perform some operations with this user, and we cannot modify the password of this user. At this time, we can use some tips, to complete the operation.
The procedure is as follows:
SQL * Plus:
Release 9.2.0.5.0-production on Sunday November 21 13:32:34 2004
Copyright (c)
1982,200 2, Oracle Corporation. All rights reserved.
SQL> Connect
Sys/Oracle AS sysdba
Connected.
SQL> Select username, password from
Dba_users;
Username Password
------------------------------
------------------------------
Sys 8a8f025737a9097a
System
2d594e86f93b17a1
Dbsnmp e066d214d5421ccc
Toad
A1ba01cf0dd82695
Outln 4a3ba55e08595c81
Wmsys
7c9ba362f8314299
You have selected 6 rows.
SQL> connect
System/Oracle
Connected.
SQL> connect sys/Oracle
Sysdba
Connected.
Change User System Password to Manager
SQL> Alter User System
Identified by manager;
The user has changed.
SQL> select username, password from
Dba_users;
Username Password
------------------------------
------------------------------
Sys 8a8f025737a9097a
System
D4df7931ab130e37
Dbsnmp e066d214d5421ccc
Toad
A1ba01cf0dd82695
Outln 4a3ba55e08595c81
Wmsys
7c9ba362f8314299
You have selected 6 rows.
SQL> connect
System/Manager
Connected.
Then, you can perform any operations you want.
SQL> connect sys/Oracle
As sysdba
Connected.
Change the user's system password to a previous value.
SQL> alter User System
Identified by values '2d594e86f93b17a1 ';
The user has changed.
SQL> connect
System/Oracle
Connected.
SQL> connect sys/Oracle
Sysdba
Connected.
SQL> connect system/Manager
Error:
ORA-01017:
Invalid username/password; logon denied
Warning: you are no longer connected to Oracle.
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.