recreating service for autostart of instance on Win NT [message #103428] |
Fri, 19 September 2003 12:09 |
wabb
Messages: 1 Registered: September 2003
|
Junior Member |
|
|
I have dropped and recreated oracle8 service using Oradim on Win NT4.0.
With the following oradim command the expectation
was that the service will be created and the instance
will be started at server reboot,however, at server
reboot the Oracle service starts but the instance/database has to be started manually.
Also in the registry the Oracle_sid_autostart =TRUE
Oradim80 -delete -sid FOCU
oradim80 -new -sid FOCU -intpwd xxxx -startmode auto -pfile 'C:orantdatabaseInitfocu.ora'
oradim80 -startup -sid FOCU -usrpwd xxxx -starttype srvc,inst -pfile 'C:orantdatabaseInitfocu.ora'
Please what am I missing?
|
|
|
|