DmZ / component-oracle-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle Database 11R2

Version 1.0-43p

Installs and configures Oracle Database 11R2. Currently only Enterprise Edition is supported.

Install

Features

  • Install and configure Oracle Database 11R2
  • Create users/schemas
  • Manage grants
  • Execute arbitrary SQL

Pre-requisites

  • AWS account
  • Centos 6 x86_64 (AWS Marketplace)
  • Oracle Database installation files (version 11.2.0.4 is preferred) (Download)

Configuration

  • Launch/configure Cloud Account in desired region:
    • N.California (us-west-1)
    • Oregon (us-west-2)
    • N.Virginia (us-east-1)
  • Create enviroment property oracle_db_ee_install with type map<string, object> and contents:
disks:
  - "http://url.to/disk1of2"
  - "http://url.to/disk2of2"

About


Languages

Language:Python 85.1%Language:Ruby 14.9%