Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

11g em console very slow

726555Oct 7 2009 — edited Mar 2 2012
I installed 11g enterprise on a centos 5. I followed steps:

1. startup db
[oracle@isc ~]$ ORACLE_SID=orcl; export ORACLE_SID
[oracle@isc ~]$ sqlplus / as sysdba

2. listener start
[oracle@isc ~]$ ORACLE_SID=orcl; export ORACLE_SID
[oracle@isc ~]$ lsnrctl start


3. Oracle Enterprise Manager start
[oracle@isc ~]$ ORACLE_SID=orcl; export ORACLE_SID
[oracle@isc ~]$ emctl start dbconsole

everything went well. However, when I test https;//host_ip_address:1158/em, it response very slow. Especially when I reload the page.

Also I got following errors:

Database Instance: orcl

Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.

Can someone help?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2012
Added on Oct 7 2009
11 comments
10,232 views