天天看點

ocp-v13-034

QUESTION 34

Examine the following RMAN command:

BACKUP DATABASE

TAG TESTDB

KEEP UNTIL ‘SYSDATE+1’

RESTORE POINT TESTDB06;

Which two statements are true regarding the backup taken by using the above RMAN command?

(Choose two.)

A. Only data files and the control file are backed up.

B. Archived redo logs are backed up only if the database is open during the backup.

C. The backup is deleted after one day, regardless of the default retention policy settings.

D. The backup becomes obsolete after one day, regardless of the default retention policy settings.

Correct Answer: BD

檢查下面的RMAN指令:

BACKUP DATABASE

TAG TESTDB

KEEP UNTIL ‘SYSDATE+1’

RESTORE POINT TESTDB06;

用上面的RMAN指令以采取備份,哪兩個語句是正确的?

B.隻有當資料庫在備份過程中打開時,歸檔重做日志才備份

D.不管預設的保留政策設定,該備份在一天之後就已過時。(KEEP)