Article Figure 1 Listing 1 Listing 2 Listing 3 may2006.tar

Listing 2 Simple RMAN duplication script

run {
 allocate auxiliary channel a1 type 'sbt_tape' parms \
   'ENV=(NSR_SERVER=bksrv,NSR_CLIENT=targethost';
 allocate channel t1 type 'sbt_tape' parms \
   'ENV=(NSR_SERVER=bksrv,NSR_CLIENT=targethost)';
 set until set until sequence 10059 thread 1;
 duplicate target database to mydata nofilenamecheck;
}