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: how to start oracle services without password file

Re: how to start oracle services without password file

From: Boogie <peter.finnNOpeSPAM_at_rsa12.royalsun.com.invalid>
Date: Thu, 11 Nov 1999 07:50:50 -0800
Message-ID: <0a0133f8.8fb69f0b@usw-ex0101-005.remarq.com>


Hello,

The process depends on the Oracle version;

For Oracle 7,

Execute NT Instance Manager located in the Oracle For Windows NT Group and edit the instance, there are options to set the passsword and start the database automatically.

for Oracle 8

oradim80 -delete -sid SID

oradim80 -new -sid SID -intpwd <password> -startmode <auto> -pfile <path\initSID.ora>

The above script is used by the service to start the database, you may just have to examine the script and the log

oracle_home\rdbmsxx\oradimxx.log

to determine what your problem is !

Boo

Received on Thu Nov 11 1999 - 09:50:50 CST

Original text of this message

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