Dear All,
When I am trying to start enterprise manager, it gives following error.
OC4J Configuration issue. /oracle/RD1/DEV/102_64/oc4j/j2ee/OC4J_DBConsole_rlsdev_DEV not found.
Oracle Database : 10g
O/S : HP-UX 11.31
Printable View
Dear All,
When I am trying to start enterprise manager, it gives following error.
OC4J Configuration issue. /oracle/RD1/DEV/102_64/oc4j/j2ee/OC4J_DBConsole_rlsdev_DEV not found.
Oracle Database : 10g
O/S : HP-UX 11.31
Most probably your OEM was not properly configured. Configure OEM using EMCA.
Check here for details... http://download.oracle.com/docs/cd/B...e.htm#sthref73
I had a similar issue. If you look for /oracle/RD1/DEV/102_64/oc4j/j2ee/OC4J_DBConsole_rlsdev_dev it will probably be there. Since Unix/Linux is case sensitive the emca config process can create files with the sid name in the wrong case. I resolved it by using "ln -s" to create a sym link to the directory that it was looking for from the directory I found. Seemed to work.
OEM Sucks!!! ;)
Thank you very much PAVB and gandolf989.
OEM was not properly configured. I have reconfigure it. Now it is working.
Thanking you ones again.