Reinstall the Oracle11gEM Console

Source: Internet
Author: User
1. Modify the DBSNMP password: to reconfigure the DBCONSOLE, enter the DBSNMP password. However, any password will display an error and must be modified in advance. Sqlgt; alteruserdb

1. Modify the DBSNMP password: to reconfigure the DBCONSOLE, enter the DBSNMP password. However, any password will display an error and must be modified in advance. Sqlgt; alter user db

1. Modify the DBSNMP password:

To reconfigure the DBCONSOLE, you need to enter the DBSNMP password, but any password will display an error and must be modified in advance.

SQL> alter user dbsnmp identified by xxx;

2. delete users created on the early DBCONSOLE:

SQL> drop role MGMT_USER;

SQL> drop user MGMT_VIEW cascade;

SQL> drop user sysman cascade;

3. Delete the objects created on the early DBCONSOLE:

SQL> drop PUBLIC SYNONYM MGMT_TARGET_BLACKOUTS;

SQL> drop public synonym SETEMVIEWUSERCONTEXT;

SQL> drop PUBLIC SYNONYM MGMT_TARGET_BLACKOUTS;

SQL> drop public synonym SETEMVIEWUSERCONTEXT;

4. re-create DBCONSOLE: (if it is in windows, first Delete the DBCONSOLE service in the Registry and restart the computer)

$ Emca-config dbcontrol db-repos create

As prompted, enter SID first, and then enter Y to continue;

Enter port 1521, SYS password, DBSNMP password, SYSMAN password, and Y

Complete.

These are common examples. However, if you try it yourself, the following problems may occur:

1. When dbsnmp is entered and the sysman password is entered, the cursor blinks and float. Do not know the reason, but force the input to continue.

2. An error will be reported. Check the log, saying that there is an object public synonym mgmt_availblity already associated. Execute the preceding statement again and add the statement to drop the object.

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.