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: Newbie help for Oracle client installation on Linux

Re: Newbie help for Oracle client installation on Linux

From: Marc Thomas <marc_at____prismatic-effulgence.fsnet.co.uk>
Date: Mon, 7 Jul 2003 19:43:30 +0100
Message-ID: <becf2k$nl4$1@newsg1.svr.pol.co.uk>


Ahh ... forgot to add the LD_ASSUME_KERNEL environment variable before!!! So, to ~oracle/.bashrc you could try:

  ORACLE_BASE=/opt/oracle
  ORACLE_HOME=$ORACLE_BASE/product/8.1.7
  ORACLE_SID=ORCL
  THREAD_FLAGS=native

  LD_ASSUME_KERNEL=2.4.1
  export ORACLE_BASE ORACLE_HOME ORACLE_SID THREAD_FLAGS LD_ASSUME_KERNEL   unset LANG
  umask 007

For RH Linux I suspect the LD_ASSUME_KERNEL is likely to be the most influential.

HTH
Regards,
Marc Received on Mon Jul 07 2003 - 13:43:30 CDT

Original text of this message

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