Operating System - HP-UX
1834456 Members
2951 Online
110067 Solutions
New Discussion

Prerequisites of Oracle 9i installation

 
SOLVED
Go to solution
Girish_17
Regular Advisor

Prerequisites of Oracle 9i installation

Hi All,
Can anyone tell me what kernel parameter we need to set before proceeding with Oracle 9i installation on HPUX 11i.
We have configured swap and created Oracle user / dba group.
DO we still need to do something more than this.

Thanks for
7 REPLIES 7
Fred Ruffet
Honored Contributor

Re: Prerequisites of Oracle 9i installation

Prerequisites for a large number of Oracle versions on a large number of Unixes :
http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=169706.1&p_showHeader=1&p_showHelp=1

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Slawomir Gora
Honored Contributor

Re: Prerequisites of Oracle 9i installation

Hi,


look at oracle doc A96167.pdf (Installation Guide) for system requirements and steps.

Girish_17
Regular Advisor

Re: Prerequisites of Oracle 9i installation

GOra where do i find this A96167.pdf file.
Please let me know.
Regards,
Slawomir Gora
Honored Contributor
Solution

Re: Prerequisites of Oracle 9i installation

Hi,

on Oracle Disk1 in directory: doc/unixdoc
Girish_17
Regular Advisor

Re: Prerequisites of Oracle 9i installation

Thanks Gora i got that one.
If you still want to add something u r welcome so that it further simplies my task.
Thanks a lot for all.
Fred metalink is asking for Support ID which i don't have.

Regards,
Slawomir Gora
Honored Contributor

Re: Prerequisites of Oracle 9i installation

Hi,

my steps are:

*) install patches
*) create lvols for oracle binaries and data
*) create group oracle
*) create user oracle
*) modify profile of oracle user by adding lines:
export HISTFILE=$HOME/.sh_history
export HISTSIZE=10000
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=/u01/app/oracle/product/9.2.0
export ORACLE_SID=test1
export SHLIB_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/lib
export PATH=$PATH:$ORACLE_HOME/bin:/usr/sbin
export TMPDIR=/var/tmp
export ORACLE_DOC=${ORACLE_HOME}/doc

*) modify links to X11 libs for correct ctx relink
cd /usr/lib
ln -s /usr/lib/libX11.3 libX11.sl
ln -s /usr/lib/libXIE.2 libXIE.sl
ln -s /usr/lib/libXext.3 libXext.sl
ln -s /usr/lib/libXhp11.3 libXhp11.sl
ln -s /usr/lib/libXi.3 libXi.sl
ln -s /usr/lib/libXm.4 libXm.sl
ln -s /usr/lib/libXp.2 libXp.sl
ln -s /usr/lib/libXt.3 libXt.sl
ln -s /usr/lib/libXtst.2 libXtst.sl

6. setup kernel parameters

7. install oracle binaries

8. create database
Girish_17
Regular Advisor

Re: Prerequisites of Oracle 9i installation

Thanks a lot Gora... this is what i was looking for ..
if you have still to say something please let us know and i will keeping this thread open till i am through with the Oracle Installation.