Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN log sequence not found.
Joel Garry schrieb:
> kechup wrote: >
> > > See Case 2 in > http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=155656.1 >
I think, that case doesn't apply, although , the OP is not very clear about the steps which were done
>>Any idea?
> > > Well, obviously they were needed. Remember, RMAN backup is > inconsistent, the controlfile is snapshotted when RMAN starts. So, > those transactions in progress (which might be other than user > transactions) will need to be recovered to make the database > consistent, the logs in question may be from before RMAN starting the > backup. > > I'll slightly disagree with Sybrand - it's ok, even desireable to keep > older arcs around and then delete with OS commands - BUT, you have to > keep enough of them, certainly more than one backup cycle. > > OW! My hands! oww! OWWW! > > jg > -- > @home.com is bogus. > "Financial Engineering Group" huh-huh > http://www.signonsandiego.com/uniontrib/20050812/news_1b12shelter.html >
I may be wrong, but in my understanding that can not happen ( if you are doing the usual RMAN backup ). By backup RMAN issue a checkpoint for every datafile being backed up and write the appropiated SCN into image copies / backup sets. By recovery you need the logs that contain the redo from the lowest SCN written to fileheaders of backupsets/image copies . Older are not needed. The only situation i can imagine - the controlfile was restored from backup and it had lower SCN that backup begin, in that case redos should be applied which were done before the backup started, but , as i said, it is only guess - the OP didn't provide all the details.
Another point is , all these considerations - which logs are needed , which not - are an additional point of failure (IMO Sybrand is correct ), the best is to implement a reasonable retention policy and after that don't care about archived logs - RMAN keeps track of what is really needed alone.
Best regards
Maxim Received on Sat Aug 13 2005 - 11:54:45 CDT
![]() |
![]() |