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
Search This Blog
Total Pageviews
Monday, 18 April 2011
Subscribe to:
Post Comments (Atom)
Oracle DBA
anuj blog Archive
- ▼ 2011 (362)
No comments:
Post a Comment