Enterprise Manager Generic (MOSC)

MOSC Banner

create omr with templates and asm

edited Aug 5, 2020 8:45AM in Enterprise Manager Generic (MOSC) 7 commentsAnswered

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="(&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?

Tagged:

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