Oracle 12c database installation on CentOS 6.5 Vagrant
Project Oracle12c database As a non-Oracle DBA having minimum knowledge, started working on this project for installation of Oracle 12c Database on my personal laptop which have Windows 8.1 platform. Using this automation with Vagrant and Puppet provisioning on CentOS box it would be fantastic guest and on top of it running the Oracle 12c database will be hosted that's simple learning goal for today. Virtual box requirements for Oracle 12c Database Assume that latest version of Vagrant installed on your machine. I'm running on Vagrant 1.7.1. And also expecting Oracle VirtualBox installed on your machine. First get the Oracle database binaries from OTN Select Enterprise Edition or Standard Edition Database download link [This may change for next version] Selecting Oracle 12c Database download from OTN Get the Vagrant setup from ora12base with clone command : git clone https://github.com/dgapitts/ora12base git clone command for ora12base Change th...