What must you set using the RMAN configure command to achieve this?

You want RMAN to make duplicate copies of data files when using the backup command.
What must you set using the RMAN configure command to achieve this?

You want RMAN to make duplicate copies of data files when using the backup command.
What must you set using the RMAN configure command to achieve this?

A.
MAXSETSIZE TO 2;

B.
DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;

C.
CHANNEL DEVICE TYPE DISK FORMAT ‘/disk1/%U’ , ‘/disk2/%U’;

D.
DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2;

Explanation:
Reference:
http://docs.oracle.com/cd/B14117_01/server.101/b10734/rcmconfg.htm



Leave a Reply 6

Your email address will not be published. Required fields are marked *


KRA

KRA

ANSWER is D

http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmconfa.htm#BRADV139

Configuring Backup Duplexing

You can use the CONFIGURE … BACKUP COPIES command to specify how many copies of each backup piece should be created on the specified device type for the specified type of file. This type of backup is known as a duplexed backup set. The CONFIGURE settings for duplexing only affect backups of datafiles, control files, and archived logs into backup sets, and do not affect image copies.

=== NOT A

The CONFIGURE MAXSETSIZE command limits the size of backup sets created on a channel. This CONFIGURE setting applies to any channel, whether manually allocated or configured, when the BACKUP command is used to create backup sets. The default value is given in bytes and is rounded down to the lowest kilobyte value.
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmconfa.htm#BRADV137

max

max

D and there is nothing more to say