Open mrmarbury opened 8 years ago
Changed db11R23.rsp.erb
to replace INVENTORY_LOCATION
to node[:oracle][:ora_inventory]
. Tested as in issue #11 .
ORACLE_HOME is set for db11R23.rsp.erb
already to node[:oracle][:rdbms][:ora_home]
or am I missing something?
Uploading version 1.2.3 soon.
While testing a new fix, I noticed that the ORACLE_HOME
refers to /opt/oracle/12R1
on the response file for installing 11g. Looking into it.
It creates both response files. 11g and 12c.
Hi,
setting the attribute
node[:oracle][:ora_inventory]
should overwrite the variableINVENTORY_LOCATION
indb11R23.rsp
EDIT: The same applies to
ORACLE_HOME
btw