ADSM-L

Management class and TDP for Oracle with RMAN

2001-09-19 12:54:23
Subject: Management class and TDP for Oracle with RMAN
From: Thiha Than <thiha AT US.IBM DOT COM>
Date: Wed, 19 Sep 2001 09:55:07 -0700
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?
<Prev in Thread] Current Thread [Next in Thread>