Oracle 11G OCP 1Z0-053 668

LuiseDalian發表於2014-11-20
(668)Examine the following RMAN script:

RMAN>run{

  debug on;

  allocate channel c1 type disk;

  backup datafile 5;

}

Which statement describes the purpose of the script?

A. The data file is checked for physical corruption and backed up if found clean.

B. The backup of data file 5 is performed and the interactive messages during the backup are suppressed.

C. The existing backup for the data file is checked and the backup is performed if there are changes in the data file after the last backup.

D. The backup of data file 5 is performed and all SQL statements that are executed during RMAN compilation and their results are displayed

答案:(D)

解析:

在Rman中執行debug on,就是rman中編譯執行的所有的SQL宣告以及宣告執行所產生的結果全部顯示出來

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

相關文章