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 and shutdown.....

Re: startup and shutdown.....

From: Anbazhagan.G <anbu1_at_mbox3.singnet.com.sg>
Date: 1997/07/05
Message-ID: <01bc8906$1c726780$8eb115a5@default>#1/1

Hi ,
Replace shutdown immediate with shutdown abort This will immediately shutdown the database irrespective of whether users are logged in or not.

Regards
Anbu

V.K. Sundaresan <sundarvk_at_ntserver1.photodisc.com> wrote in article <33B947EB.6491_at_ntserver1.photodisc.com>...
> Hi all,
> We have a web commerce system that has Oracle 7.3.2 as backend.
>
> My Question is :
> When we need to take down the system, we run the dbshut and it waits
> there
> till all the users logged out.
>
> So we decided to write a batch script that gets into svrmgr
> and execute
>
> > connect internal
> > shutdown immediate
> > startup .................? Do I have to go to mount stage or open stage

         for oracle to recover
> > shutdown normal
>
> I would like to get an insight on what you think?
>
> thanks
> vk
>
Received on Sat Jul 05 1997 - 00:00:00 CDT

Original text of this message

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