DBA Hub

📋Steps in this guide1/1

Enable trace for RMAN

-- To diagnose rman script, use trace as below.

oracle configurationintermediate
by OracleDba
13 views
1

Enable trace for RMAN

-- To diagnose rman script, use trace as below.

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
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;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!