create omr with templates and asm
I am using 12.1.0.2.0_Database_Template_for_EM13_3_0_0_0_Medium_deployment.dbc per https://docs.oracle.com/cd/E63000_01/EMBSC/install_em_exist_db.htm#EMBSC166 I have updated the tablespaces for ASM
How to I code the control files?
Original template is:
<initParam name="control_files" value="("{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control01.ctl", "{ORACLE_BASE}/fast_recovery_area/{DB_UNIQUE_NAME}/control02.ctl")"/>
Do I leave the actual control file name empty?
<initParam name="control_files" value="("+DGDB01/{DB_UNIQUE_NAME}/CONTROLFILE/", "+DGFR01/{DB_UNIQUE_NAME}/CONTROLFILE/")"/>
How do I specify the spfile; is the below correct?