Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: QUESTION - rman 8i - how to capture last backed up sequence number...?
> You could always ( I *think* this was in 8i)...
>
> select max(sequence#) from v$archived_log where backup_count > 0;
Bummer. Works in 9i, not 8i. Oh well.
I'll see if I can make a shell script to do it the other way.
Thanks! Received on Thu Jun 08 2006 - 10:52:49 CDT
![]() |
![]() |