Report of files that need backup due to unrecoverable operations
File Type of Backup Required Name
---- ----------------------- -----------------------------------
4 full D:\ORACLE\ORADATA\TEST10G\USERS01.DBF
Any got the idea, where this information is stored in the RMAN Catalog?
For example: I can get the Unrecoverable operation SCN or TIMESTAMP from v$datafile.
Code:
SQL> select file#,UNRECOVERABLE_CHANGE# from v$datafile;