This directory contains Vagrant build files to provision an Oracle Database automatically, using Vagrant, an Oracle Linux box and a shell script.
Read the prerequisites in the top level README to set up Vagrant with either VirtualBox or KVM.
(These steps may vary slightly for each project. For more information, please check the individual README within each directory!)
- Clone this repository
git clone https://github.com/oracle/vagrant-projects
- Change into the desired version directory
- Download the installation zip file(s) from OTN into this directory - first time only: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
- Run
vagrant up
- Connect to the database.
- You can shut down the VM via the usual
vagrant halt
and the start it up again viavagrant up
.
Based on:
@steveswinsburg's work here: https://github.com/steveswinsburg/oracle12c-vagrant
@totalamateurhour's work here: https://github.com/totalamateurhour/oracle-12.2-vagrant
@gvenzl's work here: https://github.com/gvenzl/vagrant-boxes