Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: No automatic startup of Oracle database on NT
You may have to drop the service and recreate it with the AUTO option.
Make sure you shutdown database-
ORADIM -DELETE -SID <YOUR_SID>
ORADIM -NEW -SID <YOUR_SID> -INTPWD <YOUR_PWD> -STARTMODE AUTO -PFILE <YOUR_PFILE>
This should do it. You can see a summary of all the ORADIM options by simply typing ORADIM.
PCH Received on Wed Mar 28 2001 - 13:50:31 CST
![]() |
![]() |