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

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN BACKUPS

Re: RMAN BACKUPS

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Fri, 15 Aug 2003 13:14:55 GMT
Message-ID: <3F3CDCCF.D118118C@remove_spam.peasland.com>


> Hi there, I need clarification on the following please:
>
> CONFIGURE DEVICE TYPE DISK PARELLELISM 3
> COPY
> DATAFILE 1 TO 'backup location file',
> DATAFILE 2 TO 'backup location file';
>
> In the above I only copied 2 datafiles to backup even though the
> parallelism is set to 3.
>
> Could I get away with adding the following after the command is run or
> is it just not possible:
>
> DATAFILE 3 TO 'backup location file';

This is possible, but you will need to change the ';' to a ',' in the DATAFILE 2 line.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Fri Aug 15 2003 - 08:14:55 CDT

Original text of this message

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