Enable trace for RMAN
-- To diagnose rman script, use trace as below.
oracle configurationintermediate
by OracleDba
13 views
-- To diagnose rman script, use trace as below.
12345678
spool trace to '/
tmp
/rman_trace.out';
report schema;
list backup summary;
list backup of datafile 1;
list copy of datafile 1;
spool trace off;Please to add comments
No comments yet. Be the first to comment!