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: LD_LIBRARY_PATH Question

Re: LD_LIBRARY_PATH Question

From: Gerard H. Pille <ghp_at_skynet.be>
Date: Thu, 16 Aug 2001 19:20:22 +0200
Message-ID: <3B7C00D6.6D7FD50E@skynet.be>


Randy Broman wrote:
>
> I recently moved my Oracle software (binaries, etc, *not* the database)
> from one directory to
> another. I changed the environment variables like $ORACLE_HOME to new
> location(s), but things like svrmgrl wouldn't start because
> LD_LIBRARY_PATH was set to the old location. Where is LD_LIBRARY_PATH
> set by default?
>
> Also, any other tips on gotcha's when moving Oracle like this
> appreciated ...

/etc/profile, oraenv script, scripts in /etc/profile.d, ... if $ORACLE_HOME/lib is specified in /etc/ld.so.conf, you would not need LD_LIBRARY_PATH don't forget PATH itself, it needs $ORACLE_HOME/bin

-- 

Gerard H. Pille
Received on Thu Aug 16 2001 - 12:20:22 CDT

Original text of this message

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