Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to get the Log seq # of a datafile?
Hi Andy,
The fileheader has the latest checkpoint scn and a non-infinite stop scn if it was offlined cleanly. If you are trying to find out which logs need to be applied to a datafile, the answer is everything between the checkpoint scn and the stop scn. However, to get actual log sequence numbers instead of scn numbers, you need to look in the controlfile's log history section.
Hope this helps,
Steve Adams
steve_adams_at_acslink.net.au (remove the underscore)
>How can I get the log seq number of a datafile by looking at
>its file header?
>
>Any help will be appreciated.
>
>Please email.
>
>Thanks
>
>Andy
Received on Fri Oct 24 1997 - 00:00:00 CDT
![]() |
![]() |