Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: what happens when you do shutdown abort while a tablespace is in backup mode

Re: what happens when you do shutdown abort while a tablespace is in backup mode

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Thu, 26 Apr 2001 13:31:24 -0700
Message-ID: <Pine.LNX.4.33L2.0104261328430.17423-100000@grace.speakeasy.net>

Recovery in this case is unnecessary. Just check v$backup for datafiles with status ACTIVE, then 'alter database datafile <file#> end backup;' and 'alter database open;'

--
Jeremiah Wilton
http://www.speakeasy.net/~jwilton

On Wed, 25 Apr 2001, Joe Kazimierczyk wrote:


> If tablespaces are in backup mode when a shutdown or crash
> occurrs, then upon startup you usually see something like
> 'file x.x needs media recovery'. Recovery from backup is
> probably not needed. Just do something like this, and you
> should be back to normal:
>
> startup mount
> alter database recover automatic database;
> alter database open;
>
> Andrei wrote:
> >
> > ..or if db crashes..
> > database won't startup......
> > is there are any way to recover besides recovering from backups?
Received on Thu Apr 26 2001 - 15:31:24 CDT

Original text of this message

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