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: Startup/Shutdown Scripts

Re: Startup/Shutdown Scripts

From: G.G. Kor <gkor_at_rdw.nl>
Date: Thu, 26 Nov 1998 14:55:16 +0100
Message-ID: <73jnvp$hle$1@newnews.nl.uu.net>


Shutdown.cmd :

net stop oraclestartSID
net stop oracleserviceSID
svrmgr23 @shutdown.sql

Shutdown.sql :

connect internal/xxxxx
shutdown immediate
exit

Startup.cmd :

net start oraclestartSID
(this wil start oracleserviceSID and the instance also)

landmass.nospam_at_iname.com heeft geschreven in bericht <73jikg$t2p$1_at_nnrp1.dejanews.com>...
>Has anybody got startup and shutdown scripts for db on NT that they're
willing
>to share?
>
>Thnx
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Nov 26 1998 - 07:55:16 CST

Original text of this message

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