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

Home -> Community -> Usenet -> c.d.o.misc -> shutdown script for Oracle on NT

shutdown script for Oracle on NT

From: Dave Nguyen <dbanguyen_at_hotmail.com>
Date: Wed, 24 Feb 1999 14:32:11 -0800
Message-ID: <O5%A2.877$K5.4721231@WReNphoon1>


Hi all,
Hope you can make this clear. I am running Oracle 7.3.4 on NT and want to automate shutdown and restart Oracle to perform cold backup. I was told I could use the following, but I am not sure this will actually close my database for cold backup (I know it stops the Oracle Services). Please, if you have any suggestions, I would appreciate it.

Stop an instance
ORADIM73 -SHUTDOWN -SID sid [-USRPWD user_pwd] - SHUTTYPE SRVC, INST - SHUTMODE a, i, n

Start the instance
ORADIM73 -STARTUP -SID sid -PFILE filename [-USRPWD user_pwd] -STARTTYPE SRVC,INST

Received on Wed Feb 24 1999 - 16:32:11 CST

Original text of this message

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