Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Debate on rc commands Solaris and Oracle
At 08:10 AM 1/30/2003 -0800, Fink, Dan wrote:
>I know I am going to catch major grief for this, but I avoid shutdown abort
>when possible. Shutdown immediate can take some time, as it will do
>transaction rollback in serial (where recovery at startup can do it in
>parallel and as needed). The main reason I avoid it is that there are known
>bugs that will cause the database to be unrecoverable when a shutdown abort
>is done while a kernel transaction is being performed. Granted, I have not
>personally encountered this, and the chances of encountering it are slight,
>but why take the risk?
do this:
alter system checkpoint;
then this:
shutdown abort;
Any risks should be eliminated by these actions.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Michael Fontana INET: mfontana_at_verio.net 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 Jan 30 2003 - 11:19:09 CST
![]() |
![]() |