17. You configure autobackup to on an RMAN session. When will RMAN back up the control file?
(Choose all that apply .)
A. When you run an RMAN backup command
B. When you run an RMAN allocate command
C. When you add or drop a table in the system tablespace
D. When you change the physical structure of the database, such as dropping a tablespace
E. When you specify the including controlfile clause
Original answer: A is obviously incorrect!
Correct answer: de
[Resolution]
The atuobackup on here refers to configure controlfile autobackup on.
In either case, the automatic backup control file is triggered:
1. The database structure has changed, for example, adding or deleting a tablespace. The 11g automatic backup delay feature is available for control files. For details, refer:
Http://blog.chinaunix.net/uid-22948773-id-3347991.html
2. Run the BACKUP command under the RMAN command to specify the including controlfile condition.
Analysis of OCP questions-053-17 configure controlfile autobackup on