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: shutdown Abort...Open normal??

Re: shutdown Abort...Open normal??

From: William Beilstein <BeilstWH_at_OBG.com>
Date: Mon, 19 Feb 2001 11:59:59 -0800
Message-ID: <F001.002B82CE.20010219113523@fatcity.com>

STARUP FORCE - Issue a shutdown abort and then try to immediately restart the database.

STARTUP RESTRICT - Open the database and only allow access to users with the RESTRICTED SESSION role.

STARTUP MOUNT - Mounts the database, but doesn't open it for use.

STARTUP NOMOUNT - Does not mount the database

STARTUP RECOVER - Similar to the recover database command. It starts the database and attempts a recovery.

STARTUP OPEN - Mounts and Opens the database

STARTUP - Default open, which is STARTUP OPEN.

>>> "Raghu Kota" <raghukota_at_hotmail.com> 02/16/01 04:10PM >>>
Hi Friends

Could you explain this..

SVRMGR> connect sys as sysoper;
Password:
Connected.
SVRMGR> shutdown abort
ORACLE instance shut down.
SVRMGR> startup open;
ORACLE instance started.
Database mounted.
Database opened.
SVRMGR> I thought recovery is needed, But its opened????? Thanks
Raghu.



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Raghu Kota
  INET: raghukota_at_hotmail.com 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: William Beilstein
  INET: BeilstWH_at_OBG.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Mon Feb 19 2001 - 13:59:59 CST

Original text of this message

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