Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Solaris/Oracle startup script how-to?
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
![]() |
![]() |