Skip to content

cdinger/oracle-dev-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle Dev Box

A generic, empty Oracle XE instance for development purposes.

Install

  1. Download oracle-xe-11.2.0-1.0.x86_64.rpm and place the zip file in puppet/modules/oracle/files/.
  2. vagrant up

This boots up an Oracle XE instance running on port 1521. Usernames are sys and system; password is manager.

Scripts

There are a few convenience scripts for managing schemas:

  • script/schema/create [schema name]: creates a user/schema. A password will be generated and printed to the console.
  • script/schema/drop [schema name]: drops a schema.
  • script/schema/list: lists all schemas.

Most of this was blatantly stolen from rails-dev-box-runs-oracle.

About

A generic, empty Oracle XE instance for development purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors