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: Oracle 8i for Linux

Re: Oracle 8i for Linux

From: Programmer <clipper_at_prostart.net>
Date: Tue, 27 Mar 2001 00:20:12 -0600
Message-ID: <moWv6.1193$aD4.67354@news2.atl>

OK, that worked. I got passed that error to get another error. This time the error is; l

error in loading shared libraries
ibdsbtsh8.so
cannot open shared object file: No such file or directory

This file does not seem to exist on my system. Do you know why. Is it a Linux or Oracle library. If it is Oracle, why did it not load on install. Can I download it or what. This version of Oracle came with a book I bought title -- " Oracle 8i for Linux Starter Kit". The official version is Oracle8i for Linux 8.1.6 Enterprise Edition

"Ranga Chakravarthi" <ranga_at_nospam.cfl.rr.com> wrote in message news:uVTv6.15669$y63.4301321_at_typhoon.tampabay.rr.com...
> Looks like the environment variable LD_LIBRARY_PATH is not set.
>
> LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
>
> HTH
>
> "Programmer" <clipper_at_prostart.net> wrote in message
> news:yaRv6.1018$aD4.56041_at_news2.atl...
> > Just installed Oracle 8i on my Linux Mandrake 7.2 machine.
> > I am trying to start the database, but get error messages
> > when attemping to run sql plus or svrmgrl.
> >
> > The errors are;
> >
> > sqlplus -- error in loading shared libraries
> > libclntsh.so.8.0
> > cannot open shared object file: No such file or
> > directory
> >
> > svrmgrl -- error in loading shared libraries
> > libwtc8.so
> > cannot open shared object file: No such file or
 directory
> >
> > These files exist in the /usr/oracle/lib directory.
> > Anybody know what my problem is.
> >
> >
> >
>
>
Received on Tue Mar 27 2001 - 00:20:12 CST

Original text of this message

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