Skip to content
Ruslan Dautkhanov edited this page Jul 30, 2014 · 2 revisions

Features nice to have


  1. In case of incremental backup, report if BCT (block change tracking) was actually used, e.g.
    SELECT * FROM v$backup_datafile where file#>0 order by completion_time desc;
    => check if BCT is enabled first:
    select status,filename,bytes/1024/1024 mb from V$BLOCK_CHANGE_TRACKING;
Clone this wiki locally