Oracle 11g configuration with Enterprise manager on windows 2008 standard R2

5.9k views Asked by At

I am trying to install Oracle 11g on windows 2008 standard server R2 (as standalone). I get successful installation as I can connect to sqlplus. But when I try to run the "Enterprise manager" through the EM url on https I see a login page...I try to enter "SYS" then password then select role as SysDBA" and then I get the following error.

"Internal Error has occurred. Check the log file for details."

I have been searching forums like crazy since last one week and tried all solutions but no luck. Can anyone guide me here how to overcome this issue.

2

There are 2 answers

1
Mohaimen On

I faced the same problem, the following command solved it:

emca -config dbcontrol db -repos recreate -ORACLE_HOSTNAME hostname -SID orcl -PORT 1521 -ORACLE_HOME $ORACLE_HOME -DBDNMP_PWD sys
0
Prasoon Sahu On

Check before login to Oracle 11g Admin Page. Check that all the windows related to Oracle must be closed. After this, restart the services and try to login.