10gR2 Sles9 Install
10gR2 Sles9 Install
10gR2 Sles9 Install
1)
on
SUSE LINUX Enterprise Server 9
( How to Install )
Arun Singh
Novell Inc.
[email protected]
http://www.novell.com/oracle
Introduction
Oracle 10g R2 is latest release and at the time of document creation is only
supported on x86. Novell SUSE LINUX Enterprise Server 9 (SLES9) certification
is in progress and will be updated on Metalink (http://metalink.oracle.com/). This
document will help you to install Oracle 10g R2 on SLES9. If you encounter any
problem, please post your question to [email protected].
Note: Same instruction will work for SUSE LINUX Professional 9.3 but not
supported by Novell/Oracle in production environment.
Novell
• SUSE LINUX Enterprise Server 9 and Service Pack 2. You can download
Eval copy from http://www.novell.com/products/linuxenterpriseserver/eval.html
• SUSE Linux Enterprise Server 9 Documentation
http://www.novell.com/documentation/sles9/index.html
Oracle
• Oracle Database 10g Release 2 (10.2.0.1) Enterprise/Standard Edition for
Linux x86. File name: 10201_database_linux32.zip
(http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html).
Hardware Requirements
RAM 1024 MB
Swap space Approx. twice the size of RAM
Disk space in /tmp 400 MB
Disk space for software files 3.5 GB
Disk space for database files 1.2 GB
Installation Steps
Check whether C/C++ compiler is installed. “gcc --version” will show “gcc
(GCC) 3.3.3 (SUSE LINUX)”. If gcc is not installed, then use YaST setup
tool to install “C/C++ Compiler and Tools”.
orarun :
1. Install orarun package from SLES9 SP2 CD2. You can use YaST setup
tool or manual installation instruction to install orarun packages.
rpm -i /media/cdrom/suse/i586/orarun-1.8-109.15.i586.rpm
2. The account for oracle user is disabled. Enable it, by changing the shell
for the "oracle" user from "/bin/false" to "/bin/bash", either by using YaST
setup tool or by editing the "/etc/passwd" file.
Also, 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.)
#unzip 10201_database_linux32.zip
2. Edit dbstart, dbshut and dbhome scripts to reflect correct location for
ORATAB entry. i.e ORATAB=/etc/oratab
History:
Date Changes
07/19/05 Initial Document created.
Enjoy!