OCP-1Z0-053-V12.02-336题

 

336.You want to make sure that your database backup does not exceed 10 hours in length. What

command would you issue that would meet this condition?

A. backup database plus archivelog;

ivlog until time 10:00;

B. backup database plus arch

C. backup database plus archivelog timeout 10:00;

D. backup database plus archivelog duration 10:00;

E. backup database plus archivelog timeout 10:00;

Answer: D


答案解析:

参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta007.htm#RCMRF90031


DURATION hh:mm Specifies a maximum time for a backup command to run. If a backup command does not complete in the specified duration, then the backup stops.

Without the PARTIAL option, the backup command is considered to have failed if it does not complete in the specified duration, and RMAN reports an error. If the backup command is part of a RUN block, then subsequent commands in the RUN block do not execute.

原文地址:https://www.cnblogs.com/hzcya1995/p/13316458.html