11g em console very slow
726555Oct 7 2009 — edited Mar 2 2012I 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?