Cookbook relaunched (aririikonen/oracle).
- Please refer to README.md, chapter Roadmap.
- Added two attributes to choose installation type: node[:oracle][:client][:installation_type] and node[:oracle][:client][:custom_components]
- Changed db11R23.rsp.erb to replace INVENTORY_LOCATION to node[:oracle][:ora_inventory]. (aririikonen#12)
- Added default[:oracle][:curl_options] = "-kO" attribute. (aririikonen#11)
- Support for 12c, including DBEXPRESS
- Fixed node[:oracle][:rdbms][:install_info][:version_str], now it works with two digit version numbers (i.e. 11.2.0.3.10)
- Added a recipe to set the oracle pre-requisities only (ora_os_setup.rb)
- Now you can choose which dbca template you want to use (attributes/default.rb or override from roles)
- Configure the EM dbconsole (Enterprise Manager Database Control)
- Install Oracle Client and patch it to the latest patch
- default_template.dbt has less oracle options turned on (true) by default
- Prior to relaunched v1.1.0, please refer to https://github.com/echaeu/echa-oracle/blob/master/CHANGELOG.md