Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

silent install template not creating control file

edited Nov 10, 2021 8:39PM in Database Install/Upgrade/Opatch (MOSC) Question

I am using a template to create a 19c database and in the template the ControlfileAttributes id="Controlfile" is set but when the database is created it does not create the controlfiles in the location set in the template. Any ideas why not? It creates one in /oracle02... and the other in the FRA. Nothing is created in /oracle05....

  <ControlfileAttributes id="Controlfile">

     <maxDatafiles>100</maxDatafiles>

     <maxLogfiles>16</maxLogfiles>

     <maxLogMembers>3</maxLogMembers>

     <maxLogHistory>1</maxLogHistory>

     <maxInstances>8</maxInstances>

     <image name="control01.ctl" filepath="/oracle02/oradata/{DB_NAME}/"/>

     <image name="control02.ctl" filepath="/oracle05/oradata/{DB_NAME}/"/>

   </ControlfileAttributes>


Here is how I executed the install. It works, just does not put the control02.ctl in the location specified.

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