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 |