DBCA Template with ASM
12.2.0.1 Oracle DB and Grid Infrastructure
I am trying to modify the OMR template to use 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?
<SPfile useSPFile="true">+DGDB01/{DB_UNIQUE_NAME}/PARAMETERFILE/spfile{SID}.ora</SPfile>