Oracle restore control file on standby for ASM
Control file restore
on primary SQL> ALTER DATABASE CREATE STANDBY CONTROLFILE AS '/tmp/oradb01.standbycontrolfilename.ctl' REUSE; on standby rman>restore controlfile to '+DATA1/ORADB01/controlfile/Current.142.664657123' from /tmp/oradb1.standbycontrolfilename.ctl ;