[ERROR] OracleDBConsoleorcl
메모리 문제로 오라클 관련 서비스를 끄고 사용하다가 개발을 하려 오라클을 시동하려니
OracleDBConsoleorcl 서비스에서 아래와 같은 에러 메시지를 내며 작동하지 않는다
Agent process exited abnormally during initialization
OracleDBConsoleorcl 가 뭐하는데 쓰이는지도 모르지만 안되면 불안하니 구글에서 해결책을 찾아보고 해보니 되더라
http://forums.oracle.com/forums/thread.jspa?threadID=277341
I had the exact same problem.
Metalink was useless, in fact led me on some wild goose chases.
I'm on XP Pro, with Microsoft Loopback Adapter installed, as per database installation instructions.
I found this forum by Googling 'Agent process exited abnormally during initialization'.
The existing posts gave me some clues, so here is the sequence of steps that solved the problem:
- go to $ORACLE_HOME/bin,
- type emctl status dbconsole
- Got error msg 'Environment variable ORACLE_SID not defined. Please define it.
- type SET ORACLE_SID=DEV10G3
- type emctl status dbconsole
- Got error msg 'EM Configuration issue. c:\oracle\ora10g3/10.10.10.11_DEV10G3 not found.' (btw, 10.10.10.11 is the IP address I assigned to my Microsoft Loopback Adapter).
- I created the directory named in the above error msg
- type emctl status dbconsole
- Got error msg 'OC4J Configuration issue. c:\oracle\ora10g3/oc4j/j2ee/OC4J_DBConsole_10.10.10.11_DEV10G3 not found.'
- But I do see existing directory c:\oracle\ora10g3/oc4j/j2ee/OC4J_DBConsole_blackbird_DEV10G3 (blackbird is the host name of my machine). This directory has lots of subdirectories and files in it.
This gives me the necessary 'AHA!!!!', so I go to c:\windows\system32\drivers\etc\hosts and add an entry equating 10.10.10.11 with blackbird.
- type emctl status dbconsole again. Now I get: 'Oracle Enterprise Manager 10g is not running.'
- type emctl start dbconsole
- IT WORKS!
How and why things got messed up, I don't know - doesn't matter now, since it works.
Hope this helps a fellow sufferer. Regards,
Robert Else
OracleDBConsoleorcl 서비스에서 아래와 같은 에러 메시지를 내며 작동하지 않는다
Agent process exited abnormally during initialization
OracleDBConsoleorcl 가 뭐하는데 쓰이는지도 모르지만 안되면 불안하니 구글에서 해결책을 찾아보고 해보니 되더라
http://forums.oracle.com/forums/thread.jspa?threadID=277341
I had the exact same problem.
Metalink was useless, in fact led me on some wild goose chases.
I'm on XP Pro, with Microsoft Loopback Adapter installed, as per database installation instructions.
I found this forum by Googling 'Agent process exited abnormally during initialization'.
The existing posts gave me some clues, so here is the sequence of steps that solved the problem:
- go to $ORACLE_HOME/bin,
- type emctl status dbconsole
- Got error msg 'Environment variable ORACLE_SID not defined. Please define it.
- type SET ORACLE_SID=DEV10G3
- type emctl status dbconsole
- Got error msg 'EM Configuration issue. c:\oracle\ora10g3/10.10.10.11_DEV10G3 not found.' (btw, 10.10.10.11 is the IP address I assigned to my Microsoft Loopback Adapter).
- I created the directory named in the above error msg
- type emctl status dbconsole
- Got error msg 'OC4J Configuration issue. c:\oracle\ora10g3/oc4j/j2ee/OC4J_DBConsole_10.10.10.11_DEV10G3 not found.'
- But I do see existing directory c:\oracle\ora10g3/oc4j/j2ee/OC4J_DBConsole_blackbird_DEV10G3 (blackbird is the host name of my machine). This directory has lots of subdirectories and files in it.
This gives me the necessary 'AHA!!!!', so I go to c:\windows\system32\drivers\etc\hosts and add an entry equating 10.10.10.11 with blackbird.
- type emctl status dbconsole again. Now I get: 'Oracle Enterprise Manager 10g is not running.'
- type emctl start dbconsole
- IT WORKS!
How and why things got messed up, I don't know - doesn't matter now, since it works.
Hope this helps a fellow sufferer. Regards,
Robert Else
댓글