Oracle
1Z0-063 · Question #80
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…
The correct answer is A. All archive redo log files are automatically copied to the duplicate database. F. The duplicate database is created without using RMAN backups and prod: is allowed to remain. See the full explanation below for the reasoning.
Question
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?
Options
- AAll archive redo log files are automatically copied to the duplicate database.
- BThe duplicate database has the same directory structure as the source database.
- CThe duplicate database is created by using the backups created during the execution of
- Dthe duplicate command.
- EThe password file and SPFILE for the duplicate database dup1 are created in their respective
- FThe duplicate database is created without using RMAN backups and prod: is allowed to remain
How the community answered
(18 responses)- A78% (14)
- B6% (1)
- D11% (2)
- E6% (1)
Community Discussion
No community discussion yet for this question.