Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.13 KB

readme.md

File metadata and controls

19 lines (14 loc) · 1.13 KB

vagrant-oracle-xe

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.

Getting started

  • 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 credentials sys/manager or system/manager.

Credits