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 script

Re: Startup script

From: Cris Carampa <cris119_at_operamail.com>
Date: Mon, 23 May 2005 13:01:39 +0200
Message-ID: <4291b829$0$17086$5fc30a8@news.tiscali.it>


balu wrote:

> We are having a SUN server. In that, we are running 4 different
> instances. I need a startup script to start all the instances.

Something along the lines of:

for Instance in `grep "Y$" /etc/oratab | cut -d: -f1` ; do

   echo "Starting instance $Instance..."    export ORACLE_SID=$Instance; dbstart
done

HTH. Kind regards,

-- 
Cris Carampa (cris119_at_operamail.com)

Sto vendendo l'unica cosa che mi è
rimasta di mio oltre il culo: il tempo.
Received on Mon May 23 2005 - 06:01:39 CDT

Original text of this message

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