Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Installation Error for Oracle 8.1.7 on Linux 7.1

Re: Installation Error for Oracle 8.1.7 on Linux 7.1

From: Ganesh Raja <ganesh_at_gtfs-gulf.com>
Date: 1 Sep 2002 00:47:02 -0700
Message-ID: <a8aed4.0208312347.7e33c681@posting.google.com>


What you have done is right but you should not rename those files. Maybe the linking was wrong. What you need to do is untar the setup_stubs.tar in the $ORACLE_HOME directory. This will overwrite the Lib Directory then you should execute setup_stubs.sh in $ORACLE_HOME. This will relink all the files for you. Which will intrurn rename the files from 0 to normal.

HTH Regards,
Ganesh R

"Henry" <henry_at_jf.com> wrote in message news:<3d70fbe8$1_at_shknews01>...
> Hi all,
>
> I have tried to Install Oracle 8.1.7 on Linux 7.1. However, i have tried
> many times and still got some problem. Anyone can help me??
>
> I have tried to download the Oracle 8i from oracle.com and follow the
> procedure to install the patches , refer to the notes 163135.1 in metalink.
> I applied the two patch. First, is the patch for JRE and runInstaller.
> Second is setup_stubs.sh. Third is env.mk. Also, I set the .bash_profile as
> follow:
>
> 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/X
> 11R6/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/orac
> le/product/8.1.7/JRE:/u01/app/oracle/product/8.1.7/jlib:/u01/app/oracle/prod
> uct/8.1.7/rdbms/jlib:/u01/app/oracle/product/8.1.7/network/jlib:.
>
>
>
>
> It seems that everythings is ready. Then I start the runInstaller to
> install Oracle. All the steps is ok until i get a linking error message. I
> follow the Notes 163135.1 to appy the patches but i still get the linking
> error message. I push the igorne button for all these error. After the
> installation, i try to start many services. I need to rename the service
> name in bin ( e.g. svrmgrlO to svrmgrl.........) Then i can start the
> listner and dbassist. When i create the database to 2%, i got an error:
> ORA-12547 TNS: lost contact. I don't know why ?! Please help!!
>
> Regards,
> Henry
Received on Sun Sep 01 2002 - 02:47:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US