Oracle Database 12c: Advanced Administration — Question 47

RMAN is connected to the target database prod1 and an auxiliary instance in nomount state. Examine the command to create a duplicate database:
RMAN> DUPLICATE TARGET DATABASE TO dup1

FROM ACTIVE DATABASE -

NOFILENAMECHECK -

PASSWORD FILE -
SPFILE;
Which two statements are true about the execution of the duplicate command?

Answer options

Correct answer: A, F

Explanation

Statement A is correct because RMAN automatically copies all archive redo log files to ensure the duplicate database is consistent. Statement F is also correct, as the duplicate process can run without requiring RMAN backups, allowing the original database to remain operational. The other statements, while related to duplication, are not accurate in this context.