메모리 문제로 오라클 관련 서비스를 끄고 사용하다가 개발을 하려 오라클을 시동하려니 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...