Examine the following command that is used to duplicate a database on the same host:
RMAN> RUN -
{
ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;
DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY;
}
Which two statements describe the effect after the database is duplicated successfully? (Choose two)
Comments