bits
This is an old revision of the document!
Clean up RMAN catalog
Query to find the oldest records in the catalog. Nothing should be more than a day older than the control_file_record_keep_time parameter.
set lines 1000 select db_name , input_type , min(start_time) from rc_rman_backup_job_details where 1=1 group by db_name , input_type order by 3 /
bits.1554108569.txt.gz · Last modified: 2019/04/01 08:49 by stuart
