Giter Site home page Giter Site logo

denisa / vagrant_oracle_database_12.1.0.2_ee_on_linux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lucasjellema/vagrant_oracle_database_12.1.0.2_ee_on_linux

0.0 2.0 0.0 296 KB

Configuration files to create a VirtualBox image with Oracle Database 12.1.0.2 on Oracle Linux 6.5 (64 bit) using nothing more than Vagrant and the two database installation files

Puppet 16.75% Ruby 11.75% HTML 70.32% Shell 1.18%

vagrant_oracle_database_12.1.0.2_ee_on_linux's Introduction

vagrant_oracle_database_12.1.0.2_EE_on_Linux

Configuration files to create a VirtualBox image with Oracle Database 12.1.0.2 on CentOS 6.5 Linux 64 bit using nothing more than Vagrant and the two database installation files

Create a directory software and download linuxamd64_12102_database_1of2.zip and linuxamd64_12102_database_2of2.zip from OTN (http://www.oracle.com/technetwork/database/enterprise-edition/downloads/database12c-linux-download-2240591.html)

The VM that is created uses 10.10.10.9 as its IP address.

The passwords for sys and system are oracle.

The OS users root and vagrant have vagrant as password. User oracle has oracle as password.

The Database SID is db12102:

The jdbc url is jdbc:oracle:thin:@10.10.10.9:1521:db12102

All configuration is done in just a few files:

Vagrantfile
puppet\hieradata\common.yaml
puppet\hieradata\db12c.example.com.yaml
puppet\manifests\db.pp

All other files are reused Puppet modules - largely supplied by Edwin. Note: These configuration files are based on the work done by Edwin Biemond and use his Oradb Puppet Module (see https://github.com/biemond/biemond-oradb)

Once the instance is up, create a user with:

vagrant ssh
su - oracle
export ORACLE_SID=db12102
/vagrant/createUser.sh <user> <password>


vagrant_oracle_database_12.1.0.2_ee_on_linux's People

Contributors

denisa avatar lucasjellema avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.