Which four are true about duplicating a database using Recovery Manager(RMAN)()?
A、A connection to an auxiliary instance is always required
B、A connection to the target database instance is always required
C、A subset of the target database can be duplicated
D、A new DBID is always created for the duplicated database
E、Duplication can be done by having the auxiliary database instance pull backup sets from the target database instance
F Duplication can be done by having the target database instance push copies to the auxiliary database instance
G、A connection to the recovery catalog instance is always required
H、A backup of the target database is always required.
答案:ACEF
Student Guide:
A duplicate database is a copy of your target database. With the FOR STANDBY clause, it keeps the same unique database identifier(DBID); If FOR STANDBY not specified it creates a new DBID.
The duplicate database can include the same content or only a subset from the source database. It can be in the same host or a separate host.
The principal work of the duplication is performed by the auxiliary channels.These channels correspond to a server session on the auxiliary instance on the destination host for backup based duplication.
For active database duplication the target channels perform the work of pushing data file copies to the auxiliary instance (if number of allocated target channels is greater than the number of allocated auxiliary channels).
版权声明:本文为博主原创文章,未经博主允许不得转载。
oracle
- 上一篇:1Z0-083 第29题
- 下一篇:1Z0-083 第31题