aririikonen / oracle

Full Oracle cookbook for Chef. Please see the README.md for further details.
http://oraarir.blogspot.fi/
44 stars 50 forks source link

INVENTORY_LOCATION in db11R23.rsp not overwriteable #12

Open mrmarbury opened 8 years ago

mrmarbury commented 8 years ago

Hi,

setting the attribute node[:oracle][:ora_inventory] should overwrite the variable INVENTORY_LOCATION in db11R23.rsp

EDIT: The same applies to ORACLE_HOME btw

aririikonen commented 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.

aririikonen commented 8 years ago

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.

aririikonen commented 8 years ago

It creates both response files. 11g and 12c.

https://gist.github.com/aririikonen/4dec301970d01060dbf0