Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: rman maxsetsize
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
![]() |
![]() |