Hi list,

Need a little help with this, have seen in metalink both ways with and without the 
equal (=) sign. What is wrong with this script, am getting an error in SETSIZE; I 
removed and the same error.

run
 {
   allocate channel c1 type disk
       format '/u08/backups/rman/BD_%d_%U';

   allocate channel c2 type disk
       format '/u08/backups/rman/ARCH_%d_%U';

   set limit channel c1 kbytes=2000000;
   set limit channel c2 kbytes=2000000;

   setsize=2000;
   filesperset=2;

   backup database include current controlfile
      tag 'Backup Full';
   release channel c1;
   backup archivelog all
      tag 'Backup Archives';
   release channel c2;
}

TIA,


Ramon E. Estevez
[EMAIL PROTECTED]
809-535-8994


<<winmail.dat>>

Reply via email to