Choose the best answer You want to create a duplicate database DUP_DB from yourproduction database PROD on the same host. The PROD database uses Automatic Storage
Management (ASM) for storage.
Regular backups are taken using RMAN connected to a recovery catalog. You create an auxiliary
instance and want to execute the command:
RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE;
What is a prerequisite for the successful execution of this command