Re: dbstart and dbshut scripts

From: Noel <tbal_at_go2.pl>
Date: Thu, 18 Oct 2001 13:35:53 +0200
Message-ID: <3bcebb9d_at_news.vogel.pl>


U¿ytkownik "Peter Häusler" <luciver_at_teleweb.at> napisa³ w wiadomo¶ci news:dq%y7.113344$Pg3.3382406_at_news.chello.at...
> In Windows NT/2000 you have ORACLE Service for Startup and
> Shutdown Database and Listener.
>
> Peter Häusler
> ORACLE DBA
>
>
>
...but you could do a *.bat file to start and shut database.

I assume we use :

  1. SVRMGR30.EXE program to start , shut database. (may be SVRMGR23.exe as well (net 7.x.x)

FILE start.bat contains a line:

svrmgr30 _at_start.sql;

FILE start.sql

connect internal/oracle;
startup;

FILE stop.bat

svrmgr30 _at_stop.sql

FILE stop.sql

shutdown immediate;



Noel Received on Thu Oct 18 2001 - 13:35:53 CEST

Original text of this message