This project aims to ease the provisioning of an Oracle Database XE 11g instance running on Ubuntu 11.10 with 64bit. To run your Oracle Database XE 11g instance on Ubuntu 12.04 you should have a look at https://github.com/hilverd/vagrant-ubuntu-oracle-xe.
- Clone this repository and checkout a local copy.
- Make sure you have both VirtualBox and Vagrant installed.
- Download and copy Oracle Database Express Edition 11g Release 2 to
modules/oracle/files/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
. - Run
vagrant up
from your checkout directory. - Connect to your database at
33.33.33.10:1521/xe
with credentialssys/manager
orsystem/manager
.
- Using much of the code provided on Andrej Koelwijn's blog.
- Using the Ubuntu 10.11 VirtualBox created and hosted by Tim Huegdon.