Select your newly copied template and select the Options tab. Adjust the description and click the Application Specific Options:

Figure 15:

Select “Archive logs” and “Database” in the “What to backup” section. Click the Edit button and modify the script to contain the following:

run {

CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';

allocate channel 'dev_0' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=application,OB2BARLIST=Deduplication) ';

backup incremental level <incr_level>

format 'Deduplication<application_%s:%t:%p:%f>.df' database;

sql 'alter system archive log current'; backup

format 'Deduplication<application_%s:%t:%p>.al' archivelog all;

}

20