Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Recovery -- Can't place tablespace offline ?
Hi Richard,
Thanx again for ur explanation.
I was able to recover it.
Regards,
Prem.
>>-----Original Message-----
>>From: Richard Foote
>>Hi Prem,
>>
>>When you place a tablespace offline, Oracle attempts to
>>perform a checkpoint on the datafiles associated with
>>the tablespace to ensure it's consistent
>>after it's offline (else how do you write the dirty blocks in
>>memory after it's offline ?).
>>
>>The problem of course is that the datafile(s) is stuffed and
>>the checkpoint can't be completed.
>>
>>Therefore you need to use the 'immediate' clause to let
>>Oracle know that a checkpoint is not possible (or 'temporary'
>>where Oracle will checkpoint what datafiles it can).
>>
>>The outstanding dirty blocks then get written to a deferred
>>rollback segment and applied when the tablespace is recovered
>>and brought back online.
>>Cheers
>>Richard
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Mar 17 2004 - 04:58:46 CST
![]() |
![]() |