RMAN can be used to backup SPFILE with control file if CONFIGURE CONTROLFILE AUTOBACKUP is ON. The
following RMAN command can be used to backup the control file:
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
The following RMAN command can be used to restore an SPFILE:
RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP;