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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Perl Connect error after Oracle Upgrade

RE: Perl Connect error after Oracle Upgrade

From: Gogala, Mladen <MGogala_at_allegientsystems.com>
Date: Fri, 3 Dec 2004 11:34:17 -0500
Message-ID: <D42C14B2E3F2B74DB41D5B6B2E2B992F01931F44@pegasus.lawaudit.com>


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 at

/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
Received on Fri Dec 03 2004 - 10:36:04 CST

Original text of this message

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