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: init.ora, NT shutdown

Re: init.ora, NT shutdown

From: Alexandre Leite <aleite_at_sysdesign.com.br>
Date: Tue, 30 Mar 1999 17:38:37 -0300
Message-ID: <7drck0$8es$1@srv4-poa.nutecnet.com.br>


Comments inline.

Naushi Hussain escreveu na mensagem <3700F6BE.C9198F39_at_Alliedsignal.com>...
>I would appreciate answer to the following questions:
>
>1. How do we shutdown and start up in NT

If you are using Oracle Database Starter, try this command on console:

ORADIM73 -STARTUP -SID ORCL -STARTTYPE SRVC, INST -PFILE <DRIVE>:\ORANT\DATABASE\INITORCL.ORA

If you are using Oracle8 version, change ORADIM73 to ORADIM80.

If you are not using default database, change ORCL to appropriate SID.

For shutdown immediate:

     ORADIM73 -SHUTDOWN -SID ORCL -SHUTMODE I For more information see Oracle8 Getting Started for Windows NT on-line documentation in CD-ROM.
There are other manners to shutdown and startup an oracle instance.

>
>2. I have inherited this application- its 7.3.4 on HP Unix. When I
>looked at the init.ora file there are so many of them. Hown can I tell
>which one is being used by Oracle.
>

Again, if you are using Oracle Database Starter you are looking for initorcl.ora file.

>Thanks in advance
>

Alexandre Leite
leite_alexandre_at_hotmail.com Received on Tue Mar 30 1999 - 14:38:37 CST

Original text of this message

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