天天看点

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)