Search notes:

RMAN: autobackup

RMAN can be configured to automatically backup the control file and server parameter file.
configure controlfile autobackup on;
Later:
restore controlfile from autobackup;

Index