Re: DBD Oracle module
- From: scoles@xxxxxxxxxxx (John Scoles)
- Date: Mon, 20 Nov 2006 07:09:41 -0500
Do you know which Oracle client they are trying to connect with?
""Kerr Shannon-SKERR1"" <shannon.kerr@xxxxxxxxxxxx> wrote in message
news:D5B296562067EA4EA74DEA9D1E6237340146EDD5@xxxxxxxxxxxxxxxxxxxxxxx
Thanks, for this. It helped to prove that Oracle.so is indeed not able
to locate libclntsh.so, so now the trick is to help the computing team
to understand what they did wrong during the implementation of
DBD::Oracle and what they can do to fix the problem. Any suggestions
here?
-Shannon
-----Original Message-----
From: John D Groenveld [mailto:jdg117@xxxxxxxxxxxxxxxxxxx]
Sent: Thursday, November 16, 2006 2:56 PM
To: Kerr Shannon-SKERR1
Cc: dbi-users@xxxxxxxx
Subject: Re: DBD Oracle module
In message
<D5B296562067EA4EA74DEA9D1E6237340146EC66@xxxxxxxxxxxxxxxxxxxx>, "Ke
rr Shannon-SKERR1" writes:
Thanks for the reply. The Oracle client libraries are installed at the(without
same location on all of our servers (Solaris 2.6 and 2.8). I believe
the problem is with the configuration and/or installation procedure and
that's why the libraries are not found on Solaris 2.6 (and so we set
LD_LIBRARY_PATH) but are found on Solaris 2.8 as they should be
setting LD_LIBRARY_PATH). The computing team believes they have the
proper installation, but I don't understand why we have this issue only
on Solaris 2.6 if the installation is correct.
Its easy enough to confirm. On your working Solaris 8 host,
$ env - /usr/bin/ldd
/opt/MOTapp/perl-5.8.8/lib/site_perl/5.8.8/sun4-solaris/auto/DBD/Oracle/
Oracle.so | grep libclntsh.so
libclntsh.so.10.1 =>
/opt/oracle/product/10.1.0/lib/libclntsh.so.10.1
On your broken Solaris 2.6 host,
$ env - /usr/bin/ldd
/opt/MOTapp/perl-5.8.8/lib/site_perl/5.8.8/sun4-solaris/auto/DBD/Oracle/
Oracle.so | grep libclntsh.so
libclntsh.so.10.1 => (file not found)
$ ls -l /opt/oracle/product/10.1.0/lib/libclntsh.so.10.1
I think you'll find that the Oracle libraries are not where they
should be on your 2.6 host.
John
groenveld@xxxxxxx
.
- References:
- Re: DBD Oracle module
- From: John D Groenveld
- RE: DBD Oracle module
- From: Kerr Shannon-SKERR1
- Re: DBD Oracle module
- Prev by Date: Re: How should I connect via DBD::Oracle to efficiently obtain 2000+ simultaneous connections?
- Next by Date: Out of memory during "large" request
- Previous by thread: RE: DBD Oracle module
- Next by thread: Re: Creating XML from an Oracle DB
- Index(es):
Relevant Pages
|