RMAN is connected to a target database instance and an auxiliary instance. You execute the command:
What is the outcome?
When RMAN performs active database duplication using backup sets, a connection is established with the source database and the auxiliary database. The auxiliary database then connects to the source database through Oracle Net Services and retrieves the required database files from the source database. This method of active database duplication is also to as thepull-based method.
Example:
DUPLICATE TARGET DATABASE TO dupdb
FROM ACTIVE DATABASE
PASSWORD FILE
SPFILE
NOFILENAMECHECK;
Currently there are no comments in this discussion, be the first to comment!