Re: Start/Shutdown of Oracle Databases in Unix

From: Martin Haltmayer <mh_at_kirchgruppe.de>
Date: 1996/08/28
Message-ID: <5013jv$8u3_at_brigit.kirchgruppe.de>#1/1


Within Oracle user, try the following script:

#!/bin/ksh

cat oracle_sid_list | while read ORACLE_SID do
sqldba mode=line <<EOI
connect internal
startup
exit
EOI done

The file oracle_sid_list should contain your SIDs just as one name per line, e. g.

DB1
DB2
TESTDB Martin Haltmayer Received on Wed Aug 28 1996 - 00:00:00 CEST

Original text of this message