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: Solaris/Oracle startup script how-to?

Re: Solaris/Oracle startup script how-to?

From: John D Groenveld <groenvel_at_cse.psu.edu>
Date: 6 Sep 2000 17:23:11 -0400
Message-ID: <8p6cjv$fn3$1@ewok.cse.psu.edu>

In article <8p3p5r$gj7$1_at_nnrp1.deja.com>, <karl.kaufman_at_bigfoot.com> wrote:
> #Stop the Oracle Database
> echo "Stopping Oracle instances..." &&
> su - $ORACLE_OWNER -c $ORACLE_HOME/bin/dbshut &

1 remove the ampersand and don't run dbshut in the background. 2 edit $ORACLE_HOME/bin/dbshut and change the "SHUTDOWN" to "SHUTDOWN IMMEDIATE"
John
groenveld_at_acm.org Received on Wed Sep 06 2000 - 16:23:11 CDT

Original text of this message

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