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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ora8i - linux / library link problem

Re: ora8i - linux / library link problem

From: <steyaert_at_my-deja.com>
Date: Wed, 02 Feb 2000 13:44:59 GMT
Message-ID: <879ccq$cde$1@nnrp1.deja.com>


ORACLE_HOME should be the base directory for Oracle. From your comment, I assume your Oracle installation is in /ora, so ORACLE_HOME should be /ora

ORACLE_SID should be set to the SID of the database.

LD_LIBRARY_PATH=/usr/lib:/ora/lib

in your case. I tried the same thing, running svrmgrl from the $ORACLE_HOME/lib directory and it still didn't work. Oracle Support had me set LD_LIBRARY_PATH, and everything worked just fine. Make sure your LD_LIBRARY_PATH is set correctly. "env | grep LD_" If it isn't set right, it will not work.

Lastly, if you have a single installation of Oracle, your ORACLE_HOME should be a single location. I have never tried having multiple paths in ORACLE_HOME. I don't know how Oracle will operate. (I have never had more than one database active on a system at a time. Others may have other results.)

Terry Steyaert
steyaert_at_my-deja.com

In article <XMJl4.4268$VJ1.7989_at_newsfeeds.bigpond.com>,   "Graeme Farmer" <g_farmer_at_halas.com.au> wrote:
> Thanks Terry, but my $ORACLE_HOME is /ora/lib and this is the
directory that
> contains the file that is referred to in the error message. I have
included
> some other paths in $ORACLE_HOME also but to no avail. I have also
set all
> other env variables I can think of.
> Any other ideas?
>
> Graeme.
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Feb 02 2000 - 07:44:59 CST

Original text of this message

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