Originally posted by hrishy
The answers are A & E.
Options C and E are correct

Code:
C:\oracle\ora92\bin>rman target / nocatalog

RMAN> show CONTROLFILE AUTOBACKUP ;

RMAN configuration parameters are:
CONFIGURE CONTROLFILE AUTOBACKUP OFF;

RMAN> list backup of controlfile;

RMAN> list backup;


RMAN> BACKUP FORMAT 'd:\db_backup\df_%d_%s_%p.bus' DATABASE filesperset =3;

Starting backup at 17-OCT-02
using channel ORA_DISK_1
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00009 name=C:\ORACLE\ORADATA\ORCL\USERS01.DBF
input datafile fno=00010 name=C:\ORACLE\ORADATA\ORCL\XDB01.DBF
input datafile fno=00006 name=C:\ORACLE\ORADATA\ORCL\INDX01.DBF
channel ORA_DISK_1: starting piece 1 at 17-OCT-02
channel ORA_DISK_1: finished piece 1 at 17-OCT-02
piece handle=D:\DB_BACKUP\DF_ORCL_3_1.BUS comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:25
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
.
.
.
.
piece handle=D:\DB_BACKUP\DF_ORCL_5_1.BUS comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:25
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
including current SPFILE in backupset
including current controlfile in backupset
input datafile fno=00001 name=C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
channel ORA_DISK_1: starting piece 1 at 17-OCT-02
channel ORA_DISK_1: finished piece 1 at 17-OCT-02
piece handle=D:\DB_BACKUP\DF_ORCL_6_1.BUS comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:57
Finished backup at 17-OCT-02

RMAN>
Sameer