Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN BACKUPS
> 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
![]() |
![]() |