On Aug 31, 7:43 am, vitalis...@gmail.com wrote:
> > On Aug 31, 3:03 am, vitalis...@gmail.com wrote:
>
[quoted text clipped - 15 lines]
> Does it complain about your datafile when you run "report
> unrecoverable;"?
No, I would guess because it is offline.
> > I'm not entirely sure, but I think the newer versions of RMAN being
> > able to restore across incarnations might have a way around this sort
> > of problem. That doesn't help me this weekend.
>
> Which incarnations? I can't see any resetlogs in your scenario.
The idea is to avoid resetlogs to keep the standby going. The normal
answer to not being able to recover a db with this sort of file
problem includes open resetlogs. There are lots of things that can't
be done with normal advice if a standby is involved. Anything that
avoids generating redo for performance and anything requiring a
resetlogs are two major ones.
> Jerome
jg
--
@home.com is bogus.
What's in a name? http://www.guardian.co.uk/worldlatest/story/0,,-6865184,00.html
Jerome Vitalis - 31 Aug 2007 19:34 GMT
> On Aug 31, 7:43 am, vitalis...@gmail.com wrote:
>> OK. I feared RMAN might have "unfortunately" deleted the required
[quoted text clipped - 5 lines]
>
> No, I would guess because it is offline.
Hmm, I don't think so.
But I've just re-read the reference guide for "report unrecoverable" and
it seems to take unrecoverable operations (when no redo is generated)
into account only. So that would explain the output of the command in
your case.
> The idea is to avoid resetlogs to keep the standby going. The normal
> answer to not being able to recover a db with this sort of file problem
> includes open resetlogs. There are lots of things that can't be done
> with normal advice if a standby is involved. Anything that avoids
> generating redo for performance and anything requiring a resetlogs are
> two major ones.
Thanks Joel for clarifying that point.