Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: shutdown Abort...Open normal??
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.
-- 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