Oracle Database 12c: Advanced Administration — Question 58

You execute the RMAN commands:
RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;
RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 2;
RMAN> BACKUP DATABASE;
Which two statements are true? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answer is B and C because the configuration indicates that two channels are allocated for the backup process, allowing the backup set to be created in parallel across two locations. The other options are incorrect as they either underestimate the number of channels or misrepresent the parallelism of the backup process.