Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: dbshut script - shutdown or shutdown immediate

RE: dbshut script - shutdown or shutdown immediate

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Thu, 03 Apr 2003 11:18:53 -0800
Message-ID: <F001.00579AF4.20030403111853@fatcity.com>


> -----Original Message-----
> From: Jeremiah Wilton [mailto:jwilton_at_speakeasy.net]
>
> ...
>
> So use your test systems, load them up like production, and try both.
> I bet in 9 out of 10 cases, checkpoint+abort+startup will be much
> faster than shutdown immediate+startup.
>
> ...

Is

alter system checkpoint
startup force restrict
shutdown immediate

any different than

alter system checkpoint
shutdown abort
startup restrict
shutdown immediate

I am of the belief that the two are identical. I use the first three statements.

TFM (8.1.7) says "STARTUP FORCE: Shuts down the current Oracle instance (if it is running) with SHUTDOWN mode ABORT, before restarting it. If the current instance is running and FORCE is not specified, an error results. FORCE is useful while debugging and under abnormal circumstances. It should not normally be used."

Why would there be a warning for STARTUP FORCE saying "It should not normally be used" when there is no such warning for "SHUTDOWN ABORT"?

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jacques Kilchoer
  INET: Jacques.Kilchoer_at_quest.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Apr 03 2003 - 13:18:53 CST

Original text of this message

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