Overview

This class contains the definition all the packages you need to have installed on your system.

When these customizations aren’t enough, you can replace the class with your own class. See ora_profile::database for an explanation on how to do this.

Attributes

Attribute Name Short Description
list The required packages for a succesfull Oracle installation.

list

The required packages for a succesfull Oracle installation.

You must specify a Hash of packages

The default packages for a database installation are dependant on the version of your OS. For a Grid installation additional packages might be required and are specified in the ora_profile::database::asm_packages::list Hash for your OS version.

For RedHat 7 / OracleLinux 7 the packages are:

ora_profile::database::packages::list:
- bc
- binutils
- compat-libcap1
- compat-libstdc++-33.x86_64
- e2fsprogs.x86_64
- e2fsprogs-libs.x86_64
- glibc.x86_64
- glibc-devel.x86_64
- ksh
- libaio.x86_64
- libaio-devel.x86_64
- libX11.x86_64
- libXau.x86_64
- libXi.x86_64
- libXtst.x86_64
- libgcc.x86_64
- libstdc++.x86_64
- libstdc++-devel.x86_64
- libxcb.x86_64
- libXrender.x86_64
- libXrender-devel.x86_64
- make.x86_64
- policycoreutils.x86_64
- policycoreutils-python.x86_64
- smartmontools.x86_64
- sysstat.x86_64

For RedHat 8 / OracleLinux 8 the packages are:

ora_profile::database::packages::list:
- binutils.x86_64
- glibc.x86_64
- glibc-devel.x86_64
- ksh
- libaio.x86_64
- libaio-devel.x86_64
- libgcc.x86_64
- libstdc++.x86_64
- libstdc++-devel.x86_64
- libXi.x86_64
- libXtst.x86_64
- make.x86_64
- sysstat.x86_64
- unzip.x86_64
- psmisc
- libnsl
- libnsl2

Back to overview of database::packages