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 -> Installation Error for Oracle 8.1.7 on Linux 7.1

Installation Error for Oracle 8.1.7 on Linux 7.1

From: Henry <henry_at_jf.com>
Date: Sun, 1 Sep 2002 01:31:19 +0800
Message-ID: <3d70fbe8$1@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 Sat Aug 31 2002 - 12:31:19 CDT

Original text of this message

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