Know how to log in to Oracle without a user's password

Source: Internet
Author: User

Scenario Description: Sometimes we may not know a user's password, but also need to do some of the user's identity to do some operations, and can not modify the user's password, this time, you can use some tips to complete the operation.
Original from the "Bit network", reproduced please keep the original link: http://soft.chinabyte.com/database/13/12101013.shtml

1. Login with SYS user

Sqlplus/nolog;

Connect sys/oracle as SYSDBA;

2. Log in to view the user name and password

Select Username,password from Dba_users;

3. Find the user Change password (if the user is test, the password is modified to test)

Alter user test identified by test;

4 Login with test user

Connect Test/test

Know how to log in to Oracle without a user's 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.