oracle@novagenesis$ rman target / log=rmanbackupinfo.log
RMAN> list backup ;
RMAN> list backup;
RMAN>exit;
cat rmanbackupinfo.log this will give all the SCN no of and valid backup info
This will provide last SCN number
SQL> set numwidth 18
SQL>select max(CHECKPOINT_CHANGE#) from v$backup_datafile;
MAX(CHECKPOINT_CHANGE#)
-----------------------
121937781
No comments:
Post a Comment