ajout instal_oracle_sw
This commit is contained in:
21
install-oracle-sw/templates/db_install_11.2.0.4.j2
Normal file
21
install-oracle-sw/templates/db_install_11.2.0.4.j2
Normal file
@@ -0,0 +1,21 @@
|
||||
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
|
||||
|
||||
oracle.install.option=INSTALL_DB_SWONLY
|
||||
ORACLE_HOSTNAME={{ ansible_hostname }}
|
||||
UNIX_GROUP_NAME={{ oracle_group }}
|
||||
INVENTORY_LOCATION={{ oracle_inventory_loc }}
|
||||
SELECTED_LANGUAGES=en,fr,fr_CA
|
||||
ORACLE_HOME={{ db_home }}
|
||||
ORACLE_BASE={{ oracle_base }}
|
||||
oracle.install.db.InstallEdition={{ db_edition }}
|
||||
oracle.install.db.EEOptionsSelection=true
|
||||
oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.3.0,oracle.oraolap:11.2.0.3.0,oracle.rdbms.dm:11.2.0.3.0
|
||||
oracle.install.db.DBA_GROUP={{ dba_group }}
|
||||
oracle.install.db.OPER_GROUP={{ oper_group }}
|
||||
oracle.install.db.CLUSTER_NODES=
|
||||
oracle.install.db.isRACOneInstall=false
|
||||
oracle.install.db.racOneServiceName=
|
||||
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
|
||||
DECLINE_SECURITY_UPDATES=true
|
||||
COLLECTOR_SUPPORTHUB_URL=
|
||||
oracle.installer.autoupdates.option=SKIP_UPDATES
|
||||
Reference in New Issue
Block a user