All Projects → totalamateurhour → oracle-12.2-vagrant

totalamateurhour / oracle-12.2-vagrant

Licence: Apache-2.0 license
Oracle Database 12.2.0.1 installation scripts based on latest Oracle Linux 7 Vagrant box

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to oracle-12.2-vagrant

dairybox
Local development VM and tools for Jammer Core
Stars: ✭ 32 (+23.08%)
Mutual labels:  vagrant, vagrant-boxes
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (+169.23%)
Mutual labels:  vagrant, vagrant-boxes
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (+46.15%)
Mutual labels:  vagrant, vagrant-boxes
craftbox
Simple Ubuntu Vagrant box targeted for Craft developers -
Stars: ✭ 28 (+7.69%)
Mutual labels:  vagrant, vagrant-boxes
rails-development-environment
Development environment for Ruby on Rails based on Vagrant, VirtualBox and Ubuntu 16.04 LTS (Xenial Xerus).
Stars: ✭ 50 (+92.31%)
Mutual labels:  vagrant
node-vagrant
Node js wrapper for vagrant CLI - command line tool.
Stars: ✭ 28 (+7.69%)
Mutual labels:  vagrant
nomad-demo
Vagrant based demo setup for running Hashicorp Nomad
Stars: ✭ 88 (+238.46%)
Mutual labels:  vagrant
vvv-multisite
[DEPRECATED] please see https://github.com/Varying-Vagrant-Vagrants/custom-site-template
Stars: ✭ 31 (+19.23%)
Mutual labels:  vagrant
archlinux-auto-install
Automatically install archlinux (from livecd with Ventoy tools)
Stars: ✭ 34 (+30.77%)
Mutual labels:  vagrant
vagrant-r10k
UNSUPPORTED - SEEKING MAINTAINER - Vagrant middleware plugin to retrieve puppet modules using r10k.
Stars: ✭ 36 (+38.46%)
Mutual labels:  vagrant
misp-vagrant
Deploy MISP Project software with Vagrant.
Stars: ✭ 37 (+42.31%)
Mutual labels:  vagrant
IATI.cloud
The open-source IATI datastore for IATI data with RESTful web API providing XML, JSON, CSV output. It extracts and parses IATI XML files referenced in the IATI Registry and powered by Apache Solr.
Stars: ✭ 35 (+34.62%)
Mutual labels:  vagrant
emacs-counsel-tramp
Tramp ivy interface for ssh and docker and ‎vagrant
Stars: ✭ 49 (+88.46%)
Mutual labels:  vagrant
terraform-provider-vagrant
A Vagrant provider for terraform.
Stars: ✭ 43 (+65.38%)
Mutual labels:  vagrant
vagrant-dspace
(No longer actively maintained. Replaced by Docker compose in main codebase.) DSpace + Vagrant. Quickly spin up a virtual machine (via Vagrant) which is "DSpace development ready"
Stars: ✭ 37 (+42.31%)
Mutual labels:  vagrant
teamcity-vagrant
No description or website provided.
Stars: ✭ 23 (-11.54%)
Mutual labels:  vagrant
ubuntu-vagrant
Ubuntu Linux Vagrant Base Box (https://app.vagrantup.com/rgl)
Stars: ✭ 25 (-3.85%)
Mutual labels:  vagrant
dev-with-docker-on-ubuntu
After fighting with Docker on OSX and the need for 2-way syncs, fsevents, etc. I developed a desire to get back to a simple(r) development environment on a linux based VM. This project is a jumping off point.
Stars: ✭ 25 (-3.85%)
Mutual labels:  vagrant
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (-3.85%)
Mutual labels:  vagrant
talk-symfony2-docker-vagrant
Développer et packager votre application Symfony2 avec Docker et Vagrant
Stars: ✭ 23 (-11.54%)
Mutual labels:  vagrant

oracle-12.2-vagrant

A vagrant box that provisions Oracle Database 12c Release 2 automatically, using Vagrant, the latest Oracle Linux 7 box and a shell script.

Prerequisites

  1. Install Oracle VM VirtualBox
  2. Install Vagrant

Getting started

  1. Clone this repository git clone https://github.com/totalamateurhour/oracle-12.2-vagrant
  2. Change into version folder (12.2.0.1)
  3. First time only (see #5): Download the Oracle Database 12c Release 2 binaries linuxx64_12201_database.zip from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
  4. Run vagrant up
  5. The first time you run this it will provision everything and may take a while. Ensure you have a good internet connection!
  6. Connect to the database.
  7. You can shut down the box via the usual vagrant halt and the start it up again via vagrant up.

Connecting to Oracle

  • Hostname: localhost
  • Port: 1521
  • SID: ORCLCDB
  • PDB: ORCLPDB1
  • OEM port: 5500
  • All passwords are password

Acknowledgements

Based on @steveswinsburg's work here: https://github.com/steveswinsburg/oracle12c-vagrant

Other info

  • If you need to, you can connect to the machine via vagrant ssh.
  • You can sudo su - oracle to switch to the oracle user.
  • The Oracle installation path is /opt/oracle/ by default.
  • On the guest OS, the directory /vagrant is a shared folder and maps to wherever you have this file checked out.

Customization

You can customize your Oracle environment by amending the environment variables in the Vagrantfile file. The following can be customized:

  • ORACLE_BASE: /opt/oracle/
  • ORACLE_HOME: /opt/oracle/product/12.2.0.1/dbhome_1
  • ORACLE_SID: ORCLCDB
  • ORACLE_PDB: ORCLPDB1
  • ORACLE_CHARACTERSET: AL32UTF8

Known issues

None.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].