Oracle 11G OCP 1Z0-053 241

LuiseDalian發表於2014-09-10
(241)You issued the following RMAN command to back up the database:

RMAN> RUN{

  ALLOCATE CHANNEL c1 DEVICE TYPE sbt

  BACKUP DATABASE

  TAG quarterly

  KEEP FOREVER

  RESTORE POINT FY06Q4;

}

Which two statements are true regarding the backup performed? (Choose two.)

A. Archived redo log files are backed up along with data files.

B. Only data files are backed up and a restore point named FY06Q4 is created.

C. Archived log files are backed up along with data files, and the archived log files are deleted.

D. The command creates a restore point named FY06Q4 to match the SCN at which this backup is consistent.

答案:(A、D)

重複:34, 236

解析:

又是KEEP選項

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

相關文章