You are on page 1of 3

16/12/2017 Oracle Database 11gR2 - Installation on Linux OEL 5 Update 5 (x86_64) [Gerardnico]

Oracle Database 11gR2 - Installation on Linux OEL 5


Update 5 (x86_64)
You are here:DatabaseOracle Database

Table of Contents
1 - About
2 - Articles Related
3 - Prerequisites
4 - Preinstallation Requirements
4.1 - Memory
4.2 - System Architecture
4.3 - Disk Space
4.3.1 - Disk space requirements
4.4 - Operating System (Distribution) and kernel
4.5 - Package - RPM
4.6 - Database Connectivity
4.6.1 - Oracle ODBC Drivers
4.6.2 - Oracle JDBC/OCI Drivers
5 - Parameters
5.1 - Installation Fixup Scripts
5.2 - Network Setup
5.2.1 - DNS
5.2.2 - Disable secure linux
5.3 - Operating System Groups
5.3.1 - Installation Groups
5.3.2 - Creating the Oracle Inventory Group
5.4 - Software Owners
5.4.1 - Creation
5.4.2 - Shell limits
5.5 - Kernel Parameters
5.6 - Directories
5.6.1 - Oracle base directory
5.6.2 - OraInventory
5.6.3 - Oracle Home Directory
5.7 - Configuring the oracle User's Environment
5.7.1 - Tmp Directory
5.7.2 - Hostname on Multi homed/Alias computer
5.7.3 - environment variable
6 - Installation
6.1 - Login as oracle
6.2 - Run the installer
6.3 - Configure Security Updates
6.4 - Installation Option
6.5 - System Class
6.6 - Steps
6.7 - Configuration script

https://gerardnico.com/wiki/db/oracle/install_11gr2_oel_linux_x86_64 1/3
16/12/2017 Oracle Database 11gR2 - Installation on Linux OEL 5 Update 5 (x86_64) [Gerardnico]

6.8 - Finish
7 - Postinstallation Tasks
7.1 - Environment variable
7.2 - Backup of root.sh
7.3 - PL/SQL recompilation
8 - Getting Started
8.1 - Status verification
8.2 - Start
8.3 - Database Console
9 - Support
9.1 - Very slow connection through the listener
10 - Documentation / Reference

1 - About
Installation of Oracle Database 11g Release 2 (11.2) x86_64 on Oracle Enterprise Linux 5 Update 5
on the file system (ie without ASM) or GRID.

2 - Articles Related
Oracle Database - Installation
PowerCenter - Installation and Configuration (9.0.1 for OEL Linux 64Bit)

3 - Prerequisites
Linux OEL installation
Oracle Database - Oracle Validated Configuration RPM for a Linux Installation

If your installation files are in the Windows directory, you can mount it :Linux - Samba - How to
mount/map a Windows Share on Linux

4 - Preinstallation Requirements
login as root

4.1 - Memory
RAM: At least 4GB

[root@di-rep-db ~]# grep MemTotal /proc/meminfo


MemTotal: 4344304 kB

swap space

The following table describes the relationship between installed RAM and the configured swap
space requirement:

RAM Swap Space

https://gerardnico.com/wiki/db/oracle/install_11gr2_oel_linux_x86_64 2/3
16/12/2017 Oracle Database 11gR2 - Installation on Linux OEL 5 Update 5 (x86_64) [Gerardnico]

Between 4GBand 8GB 2 times the size of RAM

Between 8GBand 32GB 1.5 times the size of RAM

More than 32GB 32GB

To determine the size of the configured swap space, enter the following command:

[root@di-rep-db ~]# grep SwapTotal /proc/meminfo


SwapTotal: 10860752 kB

https://gerardnico.com/wiki/db/oracle/install_11gr2_oel_linux_x86_64 3/3

You might also like