Skip to content

continuent/continuent-puppet-oracle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

continuent-oracle

A puppet module to configure Oracle that is compatible with Tungsten. This module pulls heavily from the https://github.com/agileinsider/oracle-in-a-box project.

This module will install either Oracle 11g or Oracle 12c. It requires the following packages from Oracle Technet to work. These must be in the location specfied by $installFiles

if ($oracle::oracleVersion == '11')
{
  $package1='linux.x64_11gR2_database_1of2.zip'
  $package2='linux.x64_11gR2_database_2of2.zip'
}
if ($oracle::oracleVersion == '12')
{
  $package1='linuxamd64_12c_database_1of2.zip'
  $package2='linuxamd64_12c_database_2of2.zip'
}

Logging into Oracle

$> sudo su - oracle
$> sqlplus / as sysdba

About

A puppet module to configure Oracle that is compatible with Tungsten

Resources

License

Stars

Watchers

Forks

Packages

No packages published