oradb

contributions requested
pdk
Oracle Database 11.2 / 12 linux / solaris + GoldenGate + RCU installer

264,974 downloads

17,258 latest version

4.9 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 3.0.19 (latest)
  • 3.0.18
  • 3.0.17
  • 3.0.16 (deleted)
  • 3.0.15
  • 3.0.14
  • 3.0.13
  • 3.0.12
  • 3.0.11
  • 3.0.10
  • 3.0.9
  • 3.0.8
  • 3.0.7
  • 3.0.6
  • 3.0.5
  • 3.0.4
  • 3.0.3
  • 3.0.2
  • 3.0.1
  • 3.0.0
  • 2.0.10
  • 2.0.9
  • 2.0.8
  • 2.0.7
  • 2.0.6
  • 2.0.5
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.0.35
  • 1.0.34
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
  • 1.0.19
  • 1.0.18
  • 1.0.17
  • 1.0.16
  • 1.0.15
  • 1.0.14
  • 1.0.13
  • 1.0.12
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 0.9.9
  • 0.9.8
  • 0.9.7
  • 0.9.6
  • 0.9.5
  • 0.9.4
  • 0.9.3
  • 0.9.1
  • 0.9.0
  • 0.8.9
  • 0.8.8
  • 0.8.7
  • 0.8.5
  • 0.8.3
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.9
  • 0.7.8
  • 0.7.7
  • 0.7.6
  • 0.7.5
  • 0.7.4
  • 0.7.3
  • 0.7.2
  • 0.7.0
  • 0.6.1
  • 0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.0
  • 0.2.0
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Nov 26th 2014
This version is compatible with:
  • Puppet Enterprise >=2.7.20
  • Puppet >=2.7.20
  • RedHat
    ,
    CentOS
    ,
    OracleLinux
    ,
    Scientific
    ,
    SLES
    ,
    Debian
    ,
    Ubuntu
    ,
    Solaris

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'biemond-oradb', '1.0.22'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add biemond-oradb
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install biemond-oradb --version 1.0.22

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

biemond/oradb — version 1.0.22 Nov 26th 2014

Version updates

1.0.22

  • db_control puppet resource type, start or stop an instance or subscribe to changes like init_param
  • Tnsnames change so it supports a TNS balanced configuration
  • changed oraInst.loc permissions to 0755

1.0.21

  • fix for windows/unix linefeed when oradb is used in combination with vagrant on a windows host
  • opatch check bug when run it twice
  • Add a tnsnames entry support

1.0.20

  • Create a Database instance based on a template
  • Be able to change the default listener port 1521 in net.pp & database.pp
  • Opatch fix to apply same the patch twice on different oracle homes

1.0.19

  • OPatch support for clusterware (GRID)
  • Opatchupgrade now works for grid & database on the same node

1.0.18

  • Puppet Lint fixes
  • Rubocop fixes
  • 12.1 Template fix for Oracle RAC

1.0.17

  • Fix for puppet 3.7 and more strict parsing
  • OPatch also checks for OPatch succeeded
  • RAC installation parameters for database, installasm, installdb

1.0.16

  • cleanup readme
  • asm/grid for 12.1.0.1 & installasm fix for Oracle Restart fix, 11.2.0.1 rsp template fix

1.0.15

  • RCU fix for multiple FMW Repositories, installasm fix with zipExtract = false

1.0.14

  • Rename some internal manifest to avoid a conflict with orawls

1.0.13

  • Oracle Database & Client 12.1.0.2 Support

1.0.11

  • database client fix with remote file, set DBSNMPPASSWORD on a database

1.0.10

  • oraInst.loc bug fix, option to skip installdb bash profile

1.0.9

  • 11.2 EE install options

1.0.8

  • RCU & Opatch fixes in combination with ruby 1.9.3

1.0.7

  • Added unit tests and OPatch upgrade support without OCM registration

1.0.6

  • Grid install and ASM support

1.0.5

  • refactored installdb and support for oinstall groups

1.0.4

  • db_rcu native type used in rcu.pp

1.0.2

  • db_opatch native type used in opatch.pp

1.0.1

  • autostart multiple databases, small fixes

1.0.0

  • oracle module add##on for user,role and tablespace creation

0.9.9

  • emConfiguration parameter for Database creation

0.9.7

  • Oracle database 11.2.0.1, 12.1.0.1 client support, refactored installdb,net,goldengate