Oracle Initialization.... [message #50487] |
Mon, 18 March 2002 06:26 |
Otávio
Messages: 6 Registered: April 2001
|
Junior Member |
|
|
Hello there,
I´ve installed the Oracle Enterprise Server on Win2K, and after some boots on Server the DataBase Service don´t start automatically... on Services Manager the DB´s service state is "Initializing" but when I try connect raise the message "Oracle not Avaliable"... What´s happing with the Service??? I need shutdown the Oracle Instance before shutdown Windows???
Now, I need use the svrmgrl to start Oracle service... What can I do? Can somebody help-me???
TIA,
Otavio
|
|
|
Re: Oracle Initialization.... [message #50494 is a reply to message #50487] |
Mon, 18 March 2002 17:25 |
seng
Messages: 191 Registered: February 2002
|
Senior Member |
|
|
To Automatic starting/shutting Oracle database service, you need to go to SERVICES(Windos 2000- adminstrative) and change the oracle service to auto start(oracleserviceSID).
Manually to start OracleServiceSID with below command in DOS before you can use SVRMGR
- Start service
Net Start OracleServiceDIS
- Stop service
Net Start OracleServiceDIS
Hope this is helping
|
|
|