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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 23 May 2005 14:35:55 +0200
Message-ID: <7gj391ljn1ukfibm708iug2ikqh53citlu@4ax.com>


On Mon, 23 May 2005 13:01:39 +0200, Cris Carampa <cris119_at_operamail.com> wrote:

>
>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,

dbstart starts *all* instances by default. The oratab is not located in the /etc directory on Solaris.

--
Sybrand Bakker, Senior Oracle DBA
Received on Mon May 23 2005 - 07:35:55 CDT

Original text of this message

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