Which statement is true when the RMAN RUN block is executed?

Examine the following set of RMAN commands:
RMAN> CONFIGURE CHANNEL dc1 DEVICE TYPE DISK FORMAT ‘/u02/backup/%U’;
RMAN> RUN (
ALLOCATE CHANNEL Chi DEVICE TYPE DISK;
EXECUTE SCRIPT full_backup;
)
Which statement is true when the RMAN RUN block is executed?

Examine the following set of RMAN commands:
RMAN> CONFIGURE CHANNEL dc1 DEVICE TYPE DISK FORMAT ‘/u02/backup/%U’;
RMAN> RUN (
ALLOCATE CHANNEL Chi DEVICE TYPE DISK;
EXECUTE SCRIPT full_backup;
)
Which statement is true when the RMAN RUN block is executed?

A.
The execution of the script fails because multiple channels cannot coexist.

B.
The script is executed and both the channels are used for the script execution.

C.
The new channel ‘CHI’ is Ignored because a channel has been configured already.

D.
configuration parameter dc1 is overridden because a new channel is allocated in RMAN RUN block.



Leave a Reply 0

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