Re: Can i make filesperset option in rman persistent

From: sundar mahadevan <sundarmahadevan82_at_gmail.com>
Date: Thu, 16 Jul 2009 21:01:09 -0400
Message-ID: <7d81ec570907161801g6ea0cf48nd6a261dc5b0fe26_at_mail.gmail.com>



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_at_gmail.com> wrote:
> On Thu, Jul 16, 2009 at 9:18 AM, sundar mahadevan
> <sundarmahadevan82_at_gmail.com> 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
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 16 2009 - 20:01:09 CDT

Original text of this message