RMAN is connected to a target database instance and an auxilary instance.
You execute the command:
RMAN> DUPLICATE TARGET DATABASE
TO dupdb
FROM ACTIVE DATABASE
SECTION SIZE 1G;
What is the outcome?
A.RMAN uses the pull method to restore files using image copies. B.RMAN uses the push method to transfer image copies. C.RMAN uses the push method to transfer backup sets. D.RMAN uses the pull method to restore files using backup sets.正确答案D