|
|
Girish
|
|
Nov 25, 2004 09:09:06 GMT
|
|
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
|
|
|
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click
here
|
|
|
Sort Answers By:
Date or Points
|
|
Fred Ruffet
|
|
Nov 25, 2004 09:20:17 GMT
5 pts
|
|
|
Slawomir Gora
|
|
Nov 25, 2004 09:27:27 GMT
7 pts
|
|
Hi,
look at oracle doc A96167.pdf (Installation Guide) for system requirements and steps. |
|
|
Girish
|
|
Nov 25, 2004 09:35:45 GMT
N/A: Question Author
|
|
GOra where do i find this A96167.pdf file. Please let me know. Regards, |
|
Slawomir Gora
|
|
Nov 25, 2004 09:38:33 GMT
10 pts
|
|
Hi,
on Oracle Disk1 in directory: doc/unixdoc |
|
|
Girish
|
|
Nov 25, 2004 10:04:46 GMT
N/A: Question Author
|
|
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
|
|
Nov 25, 2004 10:23:30 GMT
10 pts
|
|
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
|
|
Nov 26, 2004 00:41:05 GMT
N/A: Question Author
|
|
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. |
|