TABLE OF CONTENTS
Overview The following article is a summary of the steps required to successfully install the Oracle9i (9.2.0.4.0) RDBMS software on Red Hat Linux Fedora Core 1. Keep in mind the following assumptions throughout this article:
Swap space considerations
Install the Java Development Kit (JDK) You will need to download the appropiate SDK from Sun. The installation of Sun's JDK 1.3.1 is only required for Java clients like the Oracle Universal Installer, DBCA, NETCA, etc. As per the JDK documentation, install JDK under /usr/local.
Create Oracle account and directories
'); // -->
; Create Oracle's Home Directories: Create Oracle user account: Create Oracle directories: # chown -R oracle:dba /u01/app/oracle # mkdir /u03 # mkdir /u04 # mkdir /u05 # mkdir /u06 # mkdir /u07 # mkdir /u08 # mkdir /u09 # mkdir /u10 # mkdir /opt/bin Oracle environment variable settings: An example ".bash_profile" is provided in the configuration files/scripts section below. Ensure to set the environment variable: LD_ASSUME_KERNEL=2.4.1 NOTE: Failing to set the LD_ASSUME_KERNEL parameter will cause the Oracle Universal Installer to hang!
Update JRE_LOCATION for Installer
Downloading/unpacking the Oracle9i installation files update JRE_LOCATION for Installer
/Disk1
Update Red Hat Linux System - (Oracle MetaLink Note: 252217.1)
From Fedore Core 1/Disk #2
From Fedore Core 1/Disk #3
Set gcc296 and g++296 in PATH
Check hostname
Install the 3006854 patch:
Install the Oracle 9.2.0.1.0 RDBMS Software
About 73% into the Link phase of the install, you will get an error when invoking the target of "install" in makefile: /u01/app/oracle/product/9.2.0/network/lib/ins_oemagent.mk. You should ignore this error and any other errors that follow within the link phase. (There will be another linking error with ins_ctx.mk at around 79%.) Simply ignore all linking errors and continue to the end of the Oracle installation. The problems that occurred during this link phase will be resolved when installing the Oracle 9.2.0.4.0 patchset. After running the root.sh script, you have successfully installed the Oracle9i RDBMS software knowing however that there were problems during the link phase. Also note that several of the Configuration tools at the end of the installation will fail as well. Simply ignore attempting to setup the Oracle networking configuration. Simply hit the "Exit" button to exit from the Oracle Universal Installer. The Oracle Universal Installer will succeed in starting some Oracle programs, in particular the Oracle HTTP Server (Apache). Make sure all programs are shutdown before attempting to continue. (i.e. $ORACLE_HOME/Apache/Apache/bin/apachectl stop)
Install the Oracle Universal Installer 2.2.0.18.0
Install the Oracle 9.2.0.4.0 Patchset
Post installation
Configuration files/scripts Example: .bash_profile $HOME/.bash_profile for the "oracle" user account. p3006854_9204_LINUX.zip Oracle Patch 3006854 for Red Hat Linux 3 Enterprise Edition initO920DB.ora Sample instance parameter script for Oracle9i. Place this file in ~oracle/admin/O920DB/pfile before running the RUN_CRDB.sh script below. create_database920.tar An example "create database" set of scripts. Untar the file to ~oracle/admin/O920DB/create. If you decide to change the name of the ORACLE_SID, here are the files that need to be changed: The main script to run is: RUN_CRDB.sh.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Oracle Development Solutions - SQL, J2EE, XML, SOA |
| About Us | Contact Us | For Advertisers | For Business Partners | Site Index | RSS |
|
|
|
|||||||