Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Recovery need help ... urgent.
sybrandb wrote:
> gallasr_at_post.sk wrote:
> > Hello,
> >
> > We have following scenario.
> >
> > - database backup 3 weeks old
> > - all archivelogs from that time, but one about 2 weeks old is damaged
> > - database export 1 week old
> >
> > So with regular recovery we are not able to recover database since 1
> > redo is unusable.
> >
> > Is there any option to recover database using 1 week old export and
> > than apliyng rest of archlogs which are not older than export and all
> > archlogs are complete from that time.
> >
> > Thanks a lot for answers
> >
> > Robert
>
>
> Sorry to say so, but the answer is no.
> Think of it:
> - The backup is a physical copy.
> - The archivelog contains physical pointers to file_id and block_id
> - The export is nothing more than a series of *insert statements* so a
> *logical* copy.
> - Hence you can never ever combine the two.
>
> --
> Sybrand Bakker
> Senior Oracle DBA
Thanks for answer ... :-/ Received on Fri Aug 11 2006 - 04:46:43 CDT