RMAN: SVR4 Error: 27: File too large

2003-10-30 Thread tamizh
Hi List, How to fix this error without changing something in OS level? Is tehre any command to set max block size in RMAn before we do backup? Thanks in advance? RMAN-08031: released channel: c1 RMAN-08031: released channel: c2 RMAN-08031: released channel: c3 RMAN-00571:

Re: RMAN: SVR4 Error: 27: File too large

2003-10-30 Thread Mladen Gogala
Have you ever considered purchasing Robert Freeman's RMAN book? If memory serves me right, it does describe MAXPIECESIZE option to configure and allocate channel commands. On 10/30/2003 10:04:32 AM, [EMAIL PROTECTED] wrote: Hi List, How to fix this error without changing something in OS

Re: RMAN: SVR4 Error: 27: File too large

2003-10-30 Thread Ron Rogers
Tamizh, To set the limit on the size of the output file use set limit channel d1 kbytes=30; for a 3 gig file . Ron [EMAIL PROTECTED] 10/30/03 10:04AM Hi List, How to fix this error without changing something in OS level? Is tehre any command to set max block size in RMAn before we do

Re: RMAN: SVR4 Error: 27: File too large

2003-10-30 Thread Andy Rivenes
It looks like you need to SET LIMIT ... for the channel allocation, if 8i, to less than 2GB. In 9i this can be set with MAXSETSIZE (not sure if SET LIMIT is still supported in 9i). Note that you cannot back up a file larger than the SET LIMIT size, so based on your ulimit command I assume