Password error when logging on to database control after Oracle databases are installed

Source: Internet
Author: User
Tags sqlplus

Solution 1 (actual measurement possible):

SYS and SYSTEM user's username and password remember? Try

If not, log on locally with Sqlplus on the server
%sqlplus/as SYSDBA
Sql>alter user system identified by Oracle;
Then use the system user name, password Oracle login to try

Solutions 2

1. Open a Command Window
2. If the Oracle installation directory executes the following command directly in your environment variable, the CD will be executed under the bin of your installation directory
Sqlplus/as SYSDBA
3. Modify the ORCL password
Alter user ORCL identified by ORCL;
4. Test the new password
Connect ORCL/ORCL
5. If successful, go back to the login screen.

Reference article:

Horn Mountain Wheat, ^^ ^^ ^oracle Database control forgot the user name and password, how to do? ^^ ^^ ^.

Password error when logging on to database control after Oracle databases are installed

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.