Oracle EM error Solution

Source: Internet
Author: User


Oracle provides a Web-Based Enterprise Manager (EM.

First, enter

Http: // localhost: 1158/em

You can view the port in the/oraclehome/install/portlist. ini file. Different databases have different ports.
After logging on to em, the interface is displayed, but an error is reported: java. lang. Exception: Exception in sending Request: null. If many functions are unavailable, the system prompts you to log on again. Note: The database version here is Oracle 10g. Although Oracle 11g has been released, Oracle 10g is still used due to the company's project requirements and needs. Solution:

1. Find the following file
$ ORACLE_HOME \ db_1 \ $ HOSTNAME \ sysman \ config \ emd. properties
2. The default value of agentTZRegion is GMT, which can be changed to your time zone. For example:
AgentTZRegion = Asia/Shanghai
3. Stop dbconsole to make the time zone settings take effect and restart OracleDBConsole:
Run emctl stop dbconsole

However, I reported another error when running this command.
Environment variable ORACLE_SID not defined. Please define it.

In this case, we can set ORACLE_SID by running the following command.
Set oracle_sid = orcl

Then we can use
Emctl stop dbconsole
Emctl start dbconsole
To restart the OracleDBConsole:
 

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.