Upgrade Oracle DBA 11g to Oracle Database 12c — Question 38

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

Option A is correct because all archive redo log files are indeed copied to the new duplicate database when creating it from an active database. Option F is also correct as the duplicate process can proceed without RMAN backups and allows the source database to remain operational. The other options are incorrect because they either misstate how the directory structure is handled or the use of backups, or they incorrectly describe the creation of the password file and SPFILE.