Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: rman maxsetsize

Re: rman maxsetsize

From: Andy Rivenes <arivenes_at_llnl.gov>
Date: Fri, 18 Jun 2004 08:15:28 -0700
Message-Id: <6.0.0.22.2.20040618081139.029e2168@poptop.llnl.gov>


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_at_llnl.gov



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Fri Jun 18 2004 - 10:10:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US