【第28題】【063題庫】2019年OCP12c認證1Z0-063考試題庫大全
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢OCP 12c考試考3科,分別是071、062、063,之前071和062都已經做過解析,這里開始063題庫解析,希望對考063的同學有幫助,順利通過063考試。
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
28題、Your production database is running in archivelog mode. You use RMAN with a recovery catalog to back up your database to media and the database is uniquely identified in the recovery catalog. You want to create a test database from the production database and allow the production database to remain open during the duplicate process. You restore the database backups to a new host with the same directory structure as the production database and want to use the recovery catalog for future backups after the database is successfully restored to the new host.
How would you achieve this?
A. by using the RMAN switch command to set the new location for the data files
B. by using the RMAN duplicate command with nofilenamecheck to recover the database to the new host
C. by using the RMAN duplicate command with dbid and set new name for tablespace to recover the database to the new host
D. by creating a new database in the new host, and then using the RMAN recover command
Answer: B
( 因為是恢復的相同的路徑下,所以 duplicate 的時候要用到 nofilenamecheck 選項,命令如下:
duplicate target database from active database do recover nofilenamecheck;)