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: Query Database while shutdown in progress

Re: Query Database while shutdown in progress

From: Jared Still <jkstill_at_gmail.com>
Date: Wed, 27 Jun 2007 09:26:09 -0700
Message-ID: <bf46380706270926ld782721wdd620109bccce751@mail.gmail.com>


On 6/26/07, Sinardy Xing <oracle.rdbms_at_gmail.com> wrote:
>
> Hi all,
>
> When we shutdown Oracle instance with shutdown immediate mode. The Oracle
> will wait until all rollback completed.
>
> The challenge is, how we can login to the instance to check the progress
> of rolling back, assume we are given sysdba privilege.
>
>

You could always do a startup force.

This is the same (I think it is anyway) as a shutdown abort/startup.

The difference is that the rollback takes place in the background after the database has opened.

Long ago this was somewhat problematic as the rollback would be serialized. eg. if your rollback would have been in parallel normally, the startup force method would
cause the rollback to be done in a single process, taking much longer to complete.

I haven't looked at that in some time, so I don't know how it behaves now. If might be worth
some reading and experimentation.

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 27 2007 - 11:26:09 CDT

Original text of this message

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