599.Given the following steps, which would be the correct order

分类: 英语题型 发布时间: 2023-12-01 12:13 浏览量: 0

599.Given the following steps, which would be the correct order to create a backup of an Oracle database in ARCHIVELOG mode with control-file autobackups enabled? A. backup archivelog all; B. backup database all; C. backup controlfile; D. backup archivelog, database, controlfile delete input; E. backup database plus archivelog delete input

A.e

B.a, b, a, c

C.d

D.b, a, c

E.b, a, c, d, e

正确答案是A