Oracle OCP 1Z0-053 Q100(Rman Duplicate Skip Readonly)

abstractcyj發表於2016-03-23
100.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)
A. The data files of the read-only tablespaces in the target database are not duplicated
B. The read-only tablespaces in the target database are still defined in new the database
C. The read-only tablespaces in the target database are changed to online after duplication
D. The data files of the read-only tablespaces in the target database get duplicated
E. The read-only tablespaces in the target database are not defined in the new database
Answer: AB

SKIP READONLY, 會忽略readonly tablespace中的資料檔案,但是表空間的定義還是有保留

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2062540/,如需轉載,請註明出處,否則將追究法律責任。

相關文章