1Z0-060 · Question #150
What are three purposes of the RMAN "FROM" clause?
The correct answer is C. To support PULL-based active database duplication D. To support file restores over the network in a Data Guard environment E. To support file recovery over the network in a Data Guard environment. C - OK - new in 12c Example 25-1 illustrates how to perform active duplication. RMAN uses the pull method DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE NOFILENAMECHECK; D,E - OK - new in 12c As of Oracle Database 12c, RMAN lets you restore or recover files by…
Question
What are three purposes of the RMAN "FROM" clause?
Options
- Ato support PUSH-based active database duplication
- Bto support synchronization of a standby database with the primary database in a Data environment
- CTo support PULL-based active database duplication
- DTo support file restores over the network in a Data Guard environment
- ETo support file recovery over the network in a Data Guard environment
How the community answered
(38 responses)- A5% (2)
- B13% (5)
- C82% (31)
Explanation
C - OK - new in 12c Example 25-1 illustrates how to perform active duplication. RMAN uses the pull method DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE NOFILENAMECHECK; D,E - OK - new in 12c As of Oracle Database 12c, RMAN lets you restore or recover files by connecting, over the network, to a physical standby database that contains the required files. You can restore an entire database, data files, control files, spfile, or tablespaces. Restoring files over the network is very useful in scenarios where you need to synchronize the primary and standby databases. https://docs.oracle.com/database/121/SBYDB/rman.htm#SBYDB5457 RMAN restores database files, over the network, from a physical standby database by using the FROM SERVICE clause of the RESTORE command. The FROM SERVICE clause provides the service name of the physical standby database from which the files must be restored. During the restore operation, RMAN creates backup sets, on the physical standby database, of the files that need to be restored and then transfers these backup sets to the target database over the
Topics
Community Discussion
No community discussion yet for this question.