Oracle Services Not starting [message #156612] |
Thu, 26 January 2006 07:07 |
seemafarheen
Messages: 8 Registered: January 2006
|
Junior Member |
|
|
I have installed oracle 8i 8.1.5 on Windows xp prof sp2 , but problem is that oracle services are not stating when i see in windows services status is showing are starting . So I have start serivce by executing below script . Is there any method to start service automatically on windows startup .
The script is
set ORACLE_SID=orcl
rem -- Create SQL Script to START the DB --
echo set echo on > %0.tmp
echo connect sys/oracle as sysdba; >> %0.tmp
echo startup force; >> %0.tmp
echo exit; >> %0.tmp
rem -- Do the Startup --
sqlplus /nolog @%0.tmp
rem -- Cleanup --
rem del %0.tmp
|
|
|
|
Re: Oracle Services Not starting [message #159111 is a reply to message #156612] |
Thu, 16 February 2006 04:37 |
jayadesh
Messages: 10 Registered: February 2006 Location: INDIA
|
Junior Member |
|
|
hi seema,
Do you got the answer.
If not a qus from my side.
whether u tried running the services from the services.msc window. try to start the listener manually. sometimes it may close a popup window and will continue by throwing a msg starting. if the case is like this then from windows press the keys win + r ( i mean in run mode) write the cmd svrmgrl (server manager) then connect it to internal/oracle@<dbname> once connected issue the command startup.
please let me know t reply through my mail. (jayadeshs@inbox.com)
|
|
|