Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: No automatic startup of Oracle database on NT

Re: No automatic startup of Oracle database on NT

From: Peter C. Hugger <phugger_at_home.com>
Date: Wed, 28 Mar 2001 14:50:31 -0500
Message-ID: <99tfbi$5re@nnrp2.farm.idt.net>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US