Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Perl Connect error after Oracle Upgrade
Well, if your libclntsh.so has changed and if your DBI was using it,
then I suppose that you should reinstall your DBI. I believe that the
layout of Oracle shared client library might change when switching from
one major version to another, especially if oracle home swithched from
something like /oracle/product/8.1.7 to something like
/oracle/product/9.2.0. You should readjust your environment variables (ask
your favorite Unix system administrator to run regedit32 or regedit64,
depending on how many bits does your platform have) and relink anything
that was dependent upon the old libraries.
-- Mladen Gogala Ext. 121 -----Original Message----- From: Ravi.Kulkarni_at_VerizonWireless.com [mailto:Ravi.Kulkarni_at_VerizonWireless.com] Sent: Friday, December 03, 2004 11:21 AM To: oracle-l_at_freelists.org Subject: Perl Connect error after Oracle Upgrade Hi All - Oracle DB upgraded from 817 to 920 : Perl Program connecting to DB fails which worked fine before with : DBI connect('db','sch',...) failed: ERROR OCIEnvInit atReceived on Fri Dec 03 2004 - 10:36:04 CST
/opt1/app/tb/lib/perl/DL-db-lib.pl line 89.
Did you have to re-install DBD also after Oracle upgrade ? -- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |