up vote 1 down vote favorite
1
share [g+] share [fb]

I am running a windows xp sp3 machine with 22gb free space, 1.5ghz Intel Pentium M and 768MB of RAM. Every time i try to install oracle 11g, the installation goes okay except for running the emca script.

Enterprise manager failed due to the following error- error starting database control

caused by OracleDBConsoleorcl not being able to start

Could not start the OracleDBConsoleorcl on local computer. Error 1053: The service did not respond to the start or control request in timely fashion.

the event logs show

The OracleDBConsoleorcl service terminiated with service-specific error 2(0x2)

I have tried everything from editing the host file, setting a static ip to configuring the loopback adapter. None of this seems to be working. Is there something i am doing wrong?

link|improve this question

feedback

2 Answers

http://forums.oracle.com/forums/search.jspa?threadID=&q=emca+loopback&objID=f64&dateRange=all&userID=&numResults=15&rankBy=10001

link|improve this answer
more questions? would it be too much to ask if you brought the answer here instead of pointing me at a search i have already done? also, loopback is not a problem since my windows 7 pc doesn't have it but oracle 11g is runing fine with enterprise manager. thanks all the same – jake Mar 21 '09 at 10:23
feedback
up vote 0 down vote accepted

After what has been a looooong weekend of surfing, trial and error, i have the problem licked.

  • first, do a normal install and ignore the

Enterprise manager failed due to the following error- error starting database control

error

  • setup up static IP, preferably on a loopback adapter if you are using a laptop, and make sure it is listed in host file as first IP i reccomend using HostExpert from funkytoad for this
  • run the following at a command prompt (cmd as opposed to the run/open)
  • set oracle_sid=orcl
  • emca -repos recreate
  • emca start dbconole

and bob's your uncle. in my case enterprise manager is on port 1158 as opposed to 5500 so YMMV.

link|improve this answer
now to figure out why nmesrvc is going to town with my cpu cycles.!!! – jake Mar 22 '09 at 18:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.