vote up 0 vote down star
1

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?

flag

50% accept rate

3 Answers

vote up 1 vote down

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

link|flag
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 at 10:23
vote up 0 vote down check

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|flag
now to figure out why nmesrvc is going to town with my cpu cycles.!!! – jake Mar 22 at 18:58
vote up 0 vote down

emca -repos recreate Database SID: ORCL Listener port number: 1521 Password for SYS user: Password for SYSMAN user: Do you wish to continue? [yes(Y)/no(N)]: y Sep 1, 2009 3:33:40 PM oracle.sysman.emcp.EMConfig perform INFO: This operation is being logged at C:\app\Oracle\cfgtoollogs\emca\orc2\emca_2009_09_01_16_31_32.log. Sep 1, 2009 3:33:40 PM oracle.sysman.emcp.EMReposConfig invoke INFO: Dropping the EM repository (this may take a while) ...

Well, I guess so. Fresh Oracle 11g install of an empty database and this thing has been running for 4.5 hours!!

Is this normal?

link|flag
Has run for 18 hours now at 27% CPU load. This doesn't seem normal to rebuild a repository. What happens if I abort? – BobC Sep 2 at 15:51

Your Answer

Get an OpenID
or

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