Oracle Build 10gR2 Sles11 Install PDF
Oracle Build 10gR2 Sles11 Install PDF
4)
on
SUSE Linux Enterprise Server 11
( How to Install )
Arun Singh
Novell Inc.
Introduction
Oracle Database 10g R2 (10.2.0.4) is certified on SUSE Linux Enterprise Server
11 (SLES11). This document is not a replacement of official Oracle Installation
manual but provided to help you to get Oracle Database installed on SLES11
with minimal efforts. Here, x86_64 version of both Oracle Database and SUSE
Linux Enterprise Server is used. Similar steps applies to other platforms (x86,
ia64, etc.). If you encounter any problem or have general question, please post
your query to [email protected].
Note: Information provided here will work for SUSE Linux Enterprise Desktop 11
Required Software
Novell
Oracle
(http://www.oracle.com/technology/software/products/database/oracle10g/index.html)
Hardware Requirements
The system must meet the following minimum hardware requirements:
Requirement
Minimum Value
RAM
1024 MB
Swap space
400 MB
3.5 GB
1.2 GB
Installation Steps
1. Install SUSE Linux Operating System
Follow the Installation instructions provided in the SLES11 install manual.
SLES11 with default packages along with Oracle Server Base, and C/C++
Compiler and Tools is sufficient for Oracle Database 10g R2 installation.
Oracle Server Base provides orarun package, which does most of the
Oracle pre-install requirement i.e. setting kernel parameters, oracle user
creation, etc.. Here is screen-shot from SLES11 (x86_64) server.
sles11.novell.com sles11
sles11.novell.com sles11
orarun :
1. If you have selected Oracle Server Base option at install time, orarun
package is already installed on your server.
Note: For SUSE Linux Enterprise Desktop 11 get orarun from SLES11
DVD and install manually: #rpm -ivh orarun-1.9-172.19.x86_64.rpm
2. The account for oracle user is disabled. Please enable it by:
1. Changing the shell for the "oracle" user from "/bin/false" to "/bin/bash",
either by editing the "/etc/passwd" file.
2. Set a new password for user oracle i.e. /usr/bin/passwd oracle.
You can use SUSE setup tool YaST to accomplish above task.
/sbin/yast2 -> security and Users -> Edit and create groups
(Select users tab and set System Users filter to see oracle user.)
Following are the screen shots of oracle user properties:
2. You can skip step #1 (or if installing from read only media), by using
-ignoreSysPrereqs install option to bypass prerequisites checks.
i.e. ./runInstaller -ignoreSysPrereqs
If you are installing from CD mounted as /media/cdrom then cd /tmp &&
/media/cdrom/runInstaller will be helpful.
Installation will walk you through with self explanatory instructions. Here
are screen-shots from simple Oracle Database 10gR2 Installation:
( Press OK to continue)
History:
Date
09/29/09
Enjoy!
Changes
Initial Document created.