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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 27 Nov 1998 00:22:33 +0100
Message-ID: <365DE2B9.A3370DFB@sybrandb.demon.nl>

What kind of script do you need?
to stop issue the command
oradim73 -shutdown -sid <yoursid> -usrpwd <the internal password> -shuttype srvc,inst -shutmode i (for immediate or a for abort and n for normal)

To start
oradim73 -startup -sid etc -usrpwd etc -shuttype srvc,inst -pfile <your oracle home>\database\init<sid>.ora

top stop the listener
lnsrctl stop

and that's it.

Hth,

Sybrand Bakker, Oracle DBA

landmass.nospam_at_iname.com wrote:

> 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 - 17:22:33 CST

Original text of this message

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