Re: RMAN backup
Posted by ErmanArslansOracleBlog on Oct 11, 2016; 11:06am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-backup-tp1369p1371.html
You can modify the script with debug 1 as shown in the example below, and then check the sbtio.log for further details;
enable debug by modifying the script you sent to me and then execute it once again(manually). Then check sbtio.log / user dump dest
Enabling debug for the channels - Example:
{
allocate auxiliary channel c1 device type sbt parms 'ENV=(OB_DEVICE=oramaster_drive2@oradbs2,OB_MEDIA_FAMILY=PROD-DAY2)' debug 1;
allocate auxiliary channel c2 device type sbt parms 'ENV=(OB_DEVICE=oramaster_drive2@oradbs2,OB_MEDIA_FAMILY=PROD-DAY2)' debug 1;
duplicate target database to "TST2"
pfile="/tst2/DB/tst2db/11.2.0/dbs/initTST2.ora";
}