Which statement is true about the duplicate database in this scenario?

Examine the following scenario: The target database instance is running. The most recent
backup available for the target database was taken two days ago. Log files switches have
occurred in last two days. The target database is duplicated on the same host, using the
Recovery Manager (RMAN) duplicate command as follows:
RMAN> RUN
{
ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;
DUPLICATE TARGET DATABASE TO auxdb;
}
Which statement is true about the duplicate database in this scenario?

Examine the following scenario: The target database instance is running. The most recent
backup available for the target database was taken two days ago. Log files switches have
occurred in last two days. The target database is duplicated on the same host, using the
Recovery Manager (RMAN) duplicate command as follows:
RMAN> RUN
{
ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;
DUPLICATE TARGET DATABASE TO auxdb;
}
Which statement is true about the duplicate database in this scenario?

A.
It contains data till the last backup

B.
It contains all data from target database until the current time

C.
It contains all data from only the committed transactions in the target database

D.
It contains all data except that which is used by the transactions in the current online redo
file of target database



Leave a Reply 2

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

twenty + nine =


dumidu

dumidu

this is backup base duplicating not the active, so it should be anz A

Vic

Vic

D is correct
2 days ago backup + 2 days of archive logs – CURRENT redolog(active transaction) = [incomplete recovery or duplicate ]