2011-01-19

how to enable debug on RMAN

RMAN> run{
debug on;
 allocate channel c1 device type 'sbt_tape';
 backup tablespace users;
}


Another way :

Tape Channel:
run {
allocate channel ch1 type sbt DEBUG=5 TRACE=5;
your-commands; }

 

Niciun comentariu:

Trimiteți un comentariu