Re: Can i make filesperset option in rman persistent

  • From: sundar mahadevan <sundarmahadevan82@xxxxxxxxx>
  • To: Oracle-L@xxxxxxxxxxxxx
  • Date: Thu, 16 Jul 2009 21:01:09 -0400

Many Thanks Jared. I would also like to post a question to the group
regarding RMAN. I'm on 9i test database. Lets say I have set
maxpiecesize to be 1G and maxsetsize to 2500M (i.e) 2.5G . I'm trying
to backup 3 datafiles of size 2G each.

run {
allocate channel c1 type disk;
backup datafile 1,2,3 channel c1 tag=bk1;
}

What would happen in this scenario? First and foremost thing is that I
believe I would be able to set maxpiecesize and maxsetsize to the
values specified above. If the values are ok, I belive that RMAN
should return with an error because maxsetsize is very less and it
should atleast be set to 6G. Please clarify........Thanks in
advance......



On Thu, Jul 16, 2009 at 2:34 PM, Jared Still<jkstill@xxxxxxxxx> wrote:
> On Thu, Jul 16, 2009 at 9:18 AM, sundar mahadevan
> <sundarmahadevan82@xxxxxxxxx> wrote:
>>
>> Hi Members,
>> Is it possible to make the filesperset option in rman(9i) persistent
>> with the configure command. I do know that i could specify this option
>> with either allocate command within the script or in the backup
>> command. But is there a syntax for filesperset as with maxpiecesize.
>
> There's nothing I could find in the documentation to suggest that
> filesperset
> can be included in a  CONFIGURE command.
> I tried it on both 9i and 10g - didn't work.
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist
>
--
//www.freelists.org/webpage/oracle-l


Other related posts: