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