hi Vicente,
After reviewing the information you gave again, I think I found the
problem. Your archive log format is '%d_arch_%U' and in your include
statement you are matching only '*.arc'. Your include statement should
look like:
include /adsmorc/.../*arch*
regards,
Thiha
>> INCLEXCL
>> include /adsmorc/.../*.arc rman_archive_log
>>The script that I use is:
>> run{
>> allocate channel 'tsm0' type 'sbt_tape';
>> sql "alter system archive log current" ;
>> backup archivelog all format '%d_arch_%U' delete input;
>> }
>>Is there anything wrong?