Home » Infrastructure » Linux » unable to install oracle8i on linux
unable to install oracle8i on linux [message #98760] Fri, 01 November 2002 23:06 Go to next message
mohan
Messages: 16
Registered: August 2001
Junior Member
Hai
we are using PCQ LINUX7.1 .We are unable to installing oracle 8.1.7 version on linux,In facy the OUI not appear,when run runInstaller its giving the below message

Initializing JAVA Virtual machine from /usr/local/jre/bin/jre.Please wait ...

Error in CreateOUIProcess ():-1
:No such file or directory

I followed the installation according to the Jeff Hunter, Sr. Database Administrator documentation

These steps are

1)
Install the follwing libraries

Install the following RPMS as the "root" user account:
% rpm -i compat-glibc-6.2-2.1.3.2.i386.rpm
% rpm -i compat-egcs-6.2-1.1.2.14.i386.rpm
% rpm -i compat-libs-6.2-3.i386.rpm

2)Install the Java Development Kit (JDK)
Downloads from: http://java.sun.com/products/jdk/1.2/download-linux.html
Install as root:
% cp jdk-1_2_2_009-linux-i386.tar.gz /usr/local
% gunzip jdk-1_2_2_009-linux-i386.tar.gz
% tar xvf jdk-1_2_2_009-linux-i386.tar
% ln -s /usr/local/jdk1.2.2 /usr/local/java
% rm jdk-1_2_2_009-linux-i386.tar

3)
Create Oracle Account and Directories
Create Oracle User Account:
% groupadd -g 115 dba
% useradd -u 173 -c "Oracle Software Owner" -d /u01/app/oracle -g "dba" -m -s /bin/bash oracle
% passwd oracle
Create Oracle Directories:
% mkdir /u01
% mkdir /u01/oracle
% mkdir /u01/oracle/server/817
% chown -R oracle:dba /u01/oracle

4)edit the .bash_profile set the following parameters

umask 022
EDITOR=vi; export EDITOR
TERM=xterm; export TERM
TMPDIR=/tmp; export TMPDIR

# +--------------------------+
# | SETUP ORACLE ENVIRONMENT
# +--------------------------+

export ORACLE_SID=O817DB
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=/u01/app/oracle/product/8.1.7

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export TNS_ADMIN=$ORACLE_HOME/network/admin

export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data

export ORACLE_OWNER=oracle
export ORACLE_TERM=xterm

# +--------------------------+
# | LINUX STUFF
# +--------------------------+

export LD_ASSUME_KERNEL=2.2.5
source /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh

# +--------------------------+
# | SETUP SEARCH PATH
# +--------------------------+

PATH=$ORACLE_HOME/bin:/opt/bin:/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/java/bin:.
export PATH

# +--------------------------+
# | SETUP JAVA ENVIRONMENT
# +--------------------------+

export JAVA_HOME=/usr/local/java

export CLASSPATH=/u01/app/oracle/product/8.1.7/jdbc/lib/classes12.zip:/u01/app/oracle/product/8.1.7/JRE:/u01/app/oracle/product/8.1.7/jlib:/u01/app/oracle/product/8.1.7/rdbms/jlib:/u01/app/oracle/product/8.1.7/network/jlib:.

# +-----------------------+
# | FINISH OFF THE SCRIPT
# +-----------------------+
echo ".bash_profile executed"

Any one any idea it should be greatefull

Regards
mohan
Re: unable to install oracle8i on linux [message #98815 is a reply to message #98760] Thu, 20 February 2003 13:38 Go to previous message
andy moon
Messages: 1
Registered: February 2003
Junior Member
try first
redhar 6.0 ok!
redhat 7.0 bad
mandrake 5...?
mandrake 7.0 ok!
redhat 8.0 = problems
Previous Topic: installation instruction oracle 8.1.6 on red hat 7.3
Next Topic: Kernel - Oracle
Goto Forum:
  


Current Time: Fri Apr 19 11:21:12 CDT 2024