|
| 1 | +<?xml version = '1.0'?> |
| 2 | +<DatabaseTemplate name="MinimalDB" description="" version="12.1.0.2.0"> |
| 3 | + <CommonAttributes> |
| 4 | + <option name="OMS" value="false"/> |
| 5 | + <option name="JSERVER" value="false"/> |
| 6 | + <option name="SPATIAL" value="false"/> |
| 7 | + <option name="IMEDIA" value="false"/> |
| 8 | + <option name="ORACLE_TEXT" value="false"/> |
| 9 | + <option name="SAMPLE_SCHEMA" value="false"/> |
| 10 | + <option name="CWMLITE" value="false"/> |
| 11 | + <option name="APEX" value="false"/> |
| 12 | + <option name="DV" value="false"/> |
| 13 | + <option name="NET_EXTENSIONS" value="false"/> |
| 14 | + <option name="XDB_PROTOCOLS" value="false"/> |
| 15 | + </CommonAttributes> |
| 16 | + <Variables/> |
| 17 | + <CustomScripts Execute="false"/> |
| 18 | + <InitParamAttributes> |
| 19 | + <InitParams> |
| 20 | + <initParam name="db_name" value=""/> |
| 21 | + <initParam name="undo_tablespace" value="UNDOTBS1"/> |
| 22 | + <initParam name="control_files" value="("{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control01.ctl")"/> |
| 23 | + <initParam name="compatible" value="12.1.0.2.0"/> |
| 24 | + <initParam name="audit_file_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/adump"/> |
| 25 | + <initParam name="audit_trail" value="none"/> |
| 26 | + <initParam name="diagnostic_dest" value="{ORACLE_BASE}"/> |
| 27 | + <initParam name="remote_login_passwordfile" value="EXCLUSIVE"/> |
| 28 | + <initParam name="dispatchers" value="(PROTOCOL=TCP) (SERVICE={SID}XDB)"/> |
| 29 | + </InitParams> |
| 30 | + <MiscParams> |
| 31 | + <databaseType>MULTIPURPOSE</databaseType> |
| 32 | + <maxUserConn>20</maxUserConn> |
| 33 | + <percentageMemTOSGA>40</percentageMemTOSGA> |
| 34 | + <archiveLogMode>false</archiveLogMode> |
| 35 | + <initParamFileName>{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/pfile/init.ora</initParamFileName> |
| 36 | + </MiscParams> |
| 37 | + <SPfile useSPFile="true">{ORACLE_HOME}/database/spfile{SID}.ora</SPfile> |
| 38 | + </InitParamAttributes> |
| 39 | + <StorageAttributes> |
| 40 | + <ControlfileAttributes id="Controlfile"> |
| 41 | + <maxDatafiles>100</maxDatafiles> |
| 42 | + <maxLogfiles>16</maxLogfiles> |
| 43 | + <maxLogMembers>3</maxLogMembers> |
| 44 | + <maxLogHistory>1</maxLogHistory> |
| 45 | + <maxInstances>8</maxInstances> |
| 46 | + <image name="control01.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/> |
| 47 | + <image name="control02.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/> |
| 48 | + </ControlfileAttributes> |
| 49 | + <DatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/users01.dbf" con_id="1"> |
| 50 | + <tablespace>USERS</tablespace> |
| 51 | + <temporary>false</temporary> |
| 52 | + <online>true</online> |
| 53 | + <status>0</status> |
| 54 | + <size unit="MB">1</size> |
| 55 | + <reuse>true</reuse> |
| 56 | + <autoExtend>true</autoExtend> |
| 57 | + <increment unit="MB">1</increment> |
| 58 | + <maxSize unit="MB">-1</maxSize> |
| 59 | + </DatafileAttributes> |
| 60 | + <DatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/temp01.dbf" con_id="1"> |
| 61 | + <tablespace>TEMP</tablespace> |
| 62 | + <temporary>false</temporary> |
| 63 | + <online>true</online> |
| 64 | + <status>0</status> |
| 65 | + <size unit="MB">20</size> |
| 66 | + <reuse>true</reuse> |
| 67 | + <autoExtend>true</autoExtend> |
| 68 | + <increment unit="KB">640</increment> |
| 69 | + <maxSize unit="MB">-1</maxSize> |
| 70 | + </DatafileAttributes> |
| 71 | + <DatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/system01.dbf" con_id="1"> |
| 72 | + <tablespace>SYSTEM</tablespace> |
| 73 | + <temporary>false</temporary> |
| 74 | + <online>true</online> |
| 75 | + <status>0</status> |
| 76 | + <size unit="MB">200</size> |
| 77 | + <reuse>true</reuse> |
| 78 | + <autoExtend>true</autoExtend> |
| 79 | + <increment unit="KB">10240</increment> |
| 80 | + <maxSize unit="MB">-1</maxSize> |
| 81 | + </DatafileAttributes> |
| 82 | + <DatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/sysaux01.dbf" con_id="1"> |
| 83 | + <tablespace>SYSAUX</tablespace> |
| 84 | + <temporary>false</temporary> |
| 85 | + <online>true</online> |
| 86 | + <status>0</status> |
| 87 | + <size unit="MB">50</size> |
| 88 | + <reuse>true</reuse> |
| 89 | + <autoExtend>true</autoExtend> |
| 90 | + <increment unit="KB">10240</increment> |
| 91 | + <maxSize unit="MB">-1</maxSize> |
| 92 | + </DatafileAttributes> |
| 93 | + <DatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/undotbs01.dbf" con_id="1"> |
| 94 | + <tablespace>UNDOTBS1</tablespace> |
| 95 | + <temporary>false</temporary> |
| 96 | + <online>true</online> |
| 97 | + <status>0</status> |
| 98 | + <size unit="MB">20</size> |
| 99 | + <reuse>true</reuse> |
| 100 | + <autoExtend>true</autoExtend> |
| 101 | + <increment unit="MB">10</increment> |
| 102 | + <maxSize unit="MB">-1</maxSize> |
| 103 | + </DatafileAttributes> |
| 104 | + <TablespaceAttributes id="USERS" con_id="1"> |
| 105 | + <temporary>false</temporary> |
| 106 | + <defaultTemp>false</defaultTemp> |
| 107 | + <undo>false</undo> |
| 108 | + <local>true</local> |
| 109 | + <blockSize>-1</blockSize> |
| 110 | + <allocation>1</allocation> |
| 111 | + <uniAllocSize unit="KB">-1</uniAllocSize> |
| 112 | + <initSize unit="KB">128</initSize> |
| 113 | + <increment unit="KB">128</increment> |
| 114 | + <incrementPercent>0</incrementPercent> |
| 115 | + <minExtends>1</minExtends> |
| 116 | + <maxExtends>4096</maxExtends> |
| 117 | + <minExtendsSize unit="KB">128</minExtendsSize> |
| 118 | + <logging>true</logging> |
| 119 | + <recoverable>false</recoverable> |
| 120 | + <maxFreeSpace>0</maxFreeSpace> |
| 121 | + <autoSegmentMgmt>true</autoSegmentMgmt> |
| 122 | + <bigfile>false</bigfile> |
| 123 | + <datafilesList> |
| 124 | + <TablespaceDatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/users01.dbf"/> |
| 125 | + </datafilesList> |
| 126 | + </TablespaceAttributes> |
| 127 | + <TablespaceAttributes id="SYSTEM" con_id="1"> |
| 128 | + <temporary>false</temporary> |
| 129 | + <defaultTemp>false</defaultTemp> |
| 130 | + <undo>false</undo> |
| 131 | + <local>true</local> |
| 132 | + <blockSize>-1</blockSize> |
| 133 | + <allocation>1</allocation> |
| 134 | + <uniAllocSize unit="KB">-1</uniAllocSize> |
| 135 | + <initSize unit="KB">64</initSize> |
| 136 | + <increment unit="KB">64</increment> |
| 137 | + <incrementPercent>50</incrementPercent> |
| 138 | + <minExtends>1</minExtends> |
| 139 | + <maxExtends>-1</maxExtends> |
| 140 | + <minExtendsSize unit="KB">64</minExtendsSize> |
| 141 | + <logging>true</logging> |
| 142 | + <recoverable>false</recoverable> |
| 143 | + <maxFreeSpace>0</maxFreeSpace> |
| 144 | + <autoSegmentMgmt>true</autoSegmentMgmt> |
| 145 | + <bigfile>false</bigfile> |
| 146 | + <datafilesList> |
| 147 | + <TablespaceDatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/system01.dbf"/> |
| 148 | + </datafilesList> |
| 149 | + </TablespaceAttributes> |
| 150 | + <TablespaceAttributes id="TEMP" con_id="1"> |
| 151 | + <temporary>true</temporary> |
| 152 | + <defaultTemp>true</defaultTemp> |
| 153 | + <undo>false</undo> |
| 154 | + <local>true</local> |
| 155 | + <blockSize>-1</blockSize> |
| 156 | + <allocation>1</allocation> |
| 157 | + <uniAllocSize unit="KB">-1</uniAllocSize> |
| 158 | + <initSize unit="KB">64</initSize> |
| 159 | + <increment unit="KB">64</increment> |
| 160 | + <incrementPercent>0</incrementPercent> |
| 161 | + <minExtends>1</minExtends> |
| 162 | + <maxExtends>0</maxExtends> |
| 163 | + <minExtendsSize unit="KB">64</minExtendsSize> |
| 164 | + <logging>true</logging> |
| 165 | + <recoverable>false</recoverable> |
| 166 | + <maxFreeSpace>0</maxFreeSpace> |
| 167 | + <autoSegmentMgmt>true</autoSegmentMgmt> |
| 168 | + <bigfile>false</bigfile> |
| 169 | + <datafilesList> |
| 170 | + <TablespaceDatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/temp01.dbf"/> |
| 171 | + </datafilesList> |
| 172 | + </TablespaceAttributes> |
| 173 | + <TablespaceAttributes id="UNDOTBS1" con_id="1"> |
| 174 | + <temporary>false</temporary> |
| 175 | + <defaultTemp>false</defaultTemp> |
| 176 | + <undo>true</undo> |
| 177 | + <local>true</local> |
| 178 | + <blockSize>-1</blockSize> |
| 179 | + <allocation>1</allocation> |
| 180 | + <uniAllocSize unit="KB">-1</uniAllocSize> |
| 181 | + <initSize unit="KB">512</initSize> |
| 182 | + <increment unit="KB">512</increment> |
| 183 | + <incrementPercent>50</incrementPercent> |
| 184 | + <minExtends>8</minExtends> |
| 185 | + <maxExtends>4096</maxExtends> |
| 186 | + <minExtendsSize unit="KB">512</minExtendsSize> |
| 187 | + <logging>true</logging> |
| 188 | + <recoverable>false</recoverable> |
| 189 | + <maxFreeSpace>0</maxFreeSpace> |
| 190 | + <autoSegmentMgmt>true</autoSegmentMgmt> |
| 191 | + <bigfile>false</bigfile> |
| 192 | + <datafilesList> |
| 193 | + <TablespaceDatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/undotbs01.dbf"/> |
| 194 | + </datafilesList> |
| 195 | + </TablespaceAttributes> |
| 196 | + <TablespaceAttributes id="SYSAUX" con_id="1"> |
| 197 | + <temporary>false</temporary> |
| 198 | + <defaultTemp>false</defaultTemp> |
| 199 | + <undo>false</undo> |
| 200 | + <local>true</local> |
| 201 | + <blockSize>-1</blockSize> |
| 202 | + <allocation>1</allocation> |
| 203 | + <uniAllocSize unit="KB">-1</uniAllocSize> |
| 204 | + <initSize unit="KB">64</initSize> |
| 205 | + <increment unit="KB">64</increment> |
| 206 | + <incrementPercent>50</incrementPercent> |
| 207 | + <minExtends>1</minExtends> |
| 208 | + <maxExtends>4096</maxExtends> |
| 209 | + <minExtendsSize unit="KB">64</minExtendsSize> |
| 210 | + <logging>true</logging> |
| 211 | + <recoverable>false</recoverable> |
| 212 | + <maxFreeSpace>0</maxFreeSpace> |
| 213 | + <autoSegmentMgmt>true</autoSegmentMgmt> |
| 214 | + <bigfile>false</bigfile> |
| 215 | + <datafilesList> |
| 216 | + <TablespaceDatafileAttributes id="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/sysaux01.dbf"/> |
| 217 | + </datafilesList> |
| 218 | + </TablespaceAttributes> |
| 219 | + <RedoLogGroupAttributes id="1"> |
| 220 | + <reuse>false</reuse> |
| 221 | + <fileSize unit="MB">250</fileSize> |
| 222 | + <Thread>1</Thread> |
| 223 | + <member ordinal="0" memberName="redo01.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/> |
| 224 | + </RedoLogGroupAttributes> |
| 225 | + <RedoLogGroupAttributes id="2"> |
| 226 | + <reuse>false</reuse> |
| 227 | + <fileSize unit="MB">250</fileSize> |
| 228 | + <Thread>1</Thread> |
| 229 | + <member ordinal="0" memberName="redo02.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/> |
| 230 | + </RedoLogGroupAttributes> |
| 231 | + <RedoLogGroupAttributes id="3"> |
| 232 | + <reuse>false</reuse> |
| 233 | + <fileSize unit="MB">250</fileSize> |
| 234 | + <Thread>1</Thread> |
| 235 | + <member ordinal="0" memberName="redo03.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/> |
| 236 | + </RedoLogGroupAttributes> |
| 237 | + </StorageAttributes> |
| 238 | +</DatabaseTemplate> |
0 commit comments