Re: rman maxsetsize

  • From: Andy Rivenes <arivenes@xxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx, oracle-l@xxxxxxxxxxxxx
  • Date: Fri, 18 Jun 2004 08:15:28 -0700

Take a look at maxpiecesize instead. In 9i I use something like:

CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE ${CFG_9i_SETSIZE} FORMAT = '${CFG_BKUP_DIR}/${CFG_BKUP_FILE}.%U';

It looks like this in 8 (it's been a while since I've looked at this:

 allocate channel c1 type DISK format '${CFG_BKUP_DIR}/${CFG_BKUP_FILE}.%U';
 set limit channel c1 kbytes ${CFG_SETSIZE};


Andy Rivenes arivenes@xxxxxxxx

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: