Database Administration (MOSC)

MOSC Banner

DBCA Template with ASM

edited Jul 16, 2020 7:37AM in Database Administration (MOSC) Question

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="(&quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control01.ctl&quot;, &quot;{ORACLE_BASE}/fast_recovery_area/{DB_UNIQUE_NAME}/control02.ctl&quot;)"/>

        

Do I leave the actual control file name empty?

        <initParam name="control_files" value="(&quot;+DGDB01/{DB_UNIQUE_NAME}/CONTROLFILE/&quot;, &quot;+DGFR01/{DB_UNIQUE_NAME}/CONTROLFILE/&quot;)"/>

How do I specify the spfile; is the below correct?

<SPfile useSPFile="true">+DGDB01/{DB_UNIQUE_NAME}/PARAMETERFILE/spfile{SID}.ora</SPfile>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center