In RMAN backup sets,
all datafiles, and controlfiles is in backupsets. Specificall we can
found the controlfile in rman backups using below commands.
RMAN> list backup;
Above command shows all
the backup details
RMAN> list backup of
controlfile;
it will display backup
controlfile location and name.