install_driver(Oracle) failed while connecting to oracle 10.2.0.2

------_=_NextPart_001_01C754F1.5B924345
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable


HI

Could u pls help on this issue.



Presently we are using the following versions



Perl version -------- perl, v5.6.1 built for sun4-solaris

DBD::ORACLE --------- 1.15

DBI version ---------- 1.28

ORACLE -------- oracle 10.2.0.2







THE BELOW CODE WAS WORKING FINE WITH ORACLE 9.2.0.8







use DBI;

print "hi";



print "\n";



print "\n befor connecting to test server \n";

# oracle 9i testing for foxtrot

$dbh =3D DBI->connect("dbi:Oracle:servername",'username','password',
{RaiseError =3D> 1, AutoCommit =3D> 1}) or

die "Can't connect to database $DBI::errstr\n";





# Put together your query string

my $sql =3D 'select * from db_intf where intf_id=3D22816 ';

# Instead you could do $dbh->do($sql) or execute

$sth =3D $dbh->prepare($sql);

$sth->execute();



print "\n connected";

print"\n";

while ( [at] rows =3D $sth->fetchrow_array()) {



# You can access a specific field like this: $rows[0];

print " [at] rows\t";

}

print "\n";$sth->finish();

$dbh->disconnect();



print "\n DISconnected";

print"\n";





We have migrated the oracle from 9.2.0.8 to 10g (10.2.0.2)



And I used the same code as above, I got the below error


install_driver(Oracle) failed: Can't load
'/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/ Oracle/Oracl
e.so' for module DBD::Oracle: ld.so.1:
perl: fatal:
/usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0: Permission
denied at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line
206.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at a.pl line 25



could u plz let me know, what I have to do for this error.
Should I change the DBI and DBD versions for compatibility with oracle
10g.
if, so what driver versions are compatible with oracle 10g + perl 5.6.1
And also how to complile the DBD:Oracle driver

Early response is highly appreciated.
Thanks in Advance


Thanks & Regards
Ravi











________________________________

From: Sachin Deshmukh
Sent: Tuesday, January 23, 2007 7:07 PM
To: RaviChandra Chelikam
Cc: G Ramana
Subject: G RamanaRE: Regarding Oracle 10g Upgrade



Awaiting for your findings...



________________________________

From: G Ramana
Sent: Tuesday, January 23, 2007 6:47 PM
To: Sachin Deshmukh
Cc: RaviChandra Chelikam
Subject: RE: Regarding Oracle 10g Upgrade

Sachin,



Following activities are done since last 2 days.



1. Oracle10g Express edition installed successfully on my machine.



2. Exported CNM data from ldncnm7 schema on dev server to local machines



3. Imported CNM data in oracle successfully but all temporary tables are
getting invalid because oracle installer don't have licensee (Partitions
not supported)



4. Created all table spaces for LD database



5. Created all users using by CNM like ldncnm7_app_be,.....etc



Need more time to execute all database objects are getting to valid
state



Need to work on following activities



1. Need to again install oracle10g licensee version

2. Need to Work on compilation of database objects

3. Need to connect and test application with oracle10g



after complete above activities I can give the correct analysis to you.



Thanks & Regards,

Ramana GYV



________________________________

From: Sachin Deshmukh
Sent: Friday, January 19, 2007 12:10 PM
To: G Ramana; RaviChandra Chelikam
Subject: Regarding Oracle 10g Upgrade

Ramana/Ravi:

Let me know the exact impact of Oracle 10g upgrade on CNM Application.



Following are some of the things which needs to be considered :

- Do we need to modify the DB Scripts

- Do we need to upgrade the Oracle driver which is used by perl
scripts

if yes, then what all changes are required in the existing
perl scripts

- Do we need to upgrade our JDBC driver (UI Module) for Oracle 10g
database

if yes then what all changes are required in the UI module

- Do we need some configuration for the Oracle Queues

- Is there any feature of Oracle 9i which CNM App is using but not
supported by Oracle 10g



These are some of the basic areas to be considered but you need to
consider all the area which has dependency on database.



Ravi, you have to take care of BE & UI modules & Ramana needs to
investigate into DB scripts, Queues and anything specific to DB
features, configuration, compatibility.



You need to go through the documentation provided for Oracle 10g DB.



Let me know your finding by 24th Jan EOD.





Regards,



Sachin Deshmukh



=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D

Tech Mahindra, formerly Mahindra-British Telecom.

Disclaimer:

This message and the information contained herein is proprietary and=
confidential and subject to the Tech Mahindra policy statement, you may=
review at <a href=
=3D"http://www.techmahindra.com/Disclaimer.html">http://www. techmahindra.co=
m/Disclaimer.html</a> externally and <a href=
=3D"http://tim.techmahindra.com/Disclaimer.html">http://tim. techmahindra.co=
m/Disclaimer.html</a> internally within Tech Mahindra.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D
------_=_NextPart_001_01C754F1.5B924345--
rchelikam [ Di, 20 Februar 2007 14:16 ] [ ID #1635224 ]

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

Hi,

RaviChandra Chelikam wrote:
>
> perl: fatal:
> /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0:
> Permission denied at .....
^^^^^^^^^^^^^^^^^

The permissions on your Oracle installation are not letting Perl load
the Oracle client library. The library file libclntsh.so.9.0 (or one of
the directories leading to it more likely) is not accessible as the user
running the Perl script. Fix the permissions and your program will
probably work ok.

Regards,
Philip
Philip.Garrett [ Di, 20 Februar 2007 17:16 ] [ ID #1635225 ]

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

------_=_NextPart_001_01C7551C.7217FB16
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

You need to rebuild DBD::Oracle against the new 10g client you
installed. You don't necessarily need to upgrade (which would be a good
idea though), but you DO need to rebuild it.


________________________________

From: RaviChandra Chelikam [mailto:rchelikam [at] TechMahindra.com]
Sent: Tuesday, February 20, 2007 1:23 PM
To: Garrett, Philip (MAN-Corporate)
Cc: dbi-users [at] perl.org
Subject: RE: install_driver(Oracle) failed while connecting to
oracle 10.2.0.2
=09
=09

Philip

We have Changed the permissions .

Even after that, I am getting the following error as





install_driver(Oracle) failed: Can't load
'/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/ Oracle/Oracl
e.so' for module DBD::Oracle: ld.so.1: perl: fatal: libclntsh.so.9.0:
open failed: No such file or directory at
/usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.

at (eval 1) line 3

Compilation failed in require at (eval 1) line 3.

Perhaps a required shared library or dll isn't installed where
expected

at a.pl line 25







Actually it is searching for libclntsh.so.9.0(since the previous
oracle version was 9i) in
/usr/local/opt/oracle/product/10.2.0/lib32/and

Failing to open the file.

But since we migrated to 10g now
/usr/local/opt/oracle/product/10.2.0/lib32/ is having libclntsh.so.10.1



So, what should I do ,to point to libclntsh.so.10.1 instead of
libclntsh.so.9.0







Thanks & Regards
Ravi



-----Original Message-----
From: Garrett, Philip (MAN-Corporate)
[mailto:Philip.Garrett [at] manheim.com]
Sent: Tuesday, February 20, 2007 9:47 PM
To: RaviChandra Chelikam; dbi-users [at] perl.org
Subject: RE: install_driver(Oracle) failed while connecting to
oracle 10.2.0.2



Hi,



RaviChandra Chelikam wrote:

>

> perl: fatal:

> /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0:

> Permission denied at .....

^^^^^^^^^^^^^^^^^



The permissions on your Oracle installation are not letting Perl
load

the Oracle client library. The library file libclntsh.so.9.0
(or one of

the directories leading to it more likely) is not accessible as
the user

running the Perl script. Fix the permissions and your program
will

probably work ok.



Regards,

Philip

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D

Tech Mahindra, formerly Mahindra-British Telecom.

Disclaimer:

This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you may
review at http://www.techmahindra.com/Disclaimer.html externally and
http://tim.techmahindra.com/Disclaimer.html internally within Tech
Mahindra.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D
=09


------_=_NextPart_001_01C7551C.7217FB16--
Philip.Garrett [ Di, 20 Februar 2007 19:25 ] [ ID #1635229 ]

RE: install_driver(Oracle) failed while connecting to oracle

------_=_NextPart_001_01C7551C.302725D3
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable


Philip

We have Changed the permissions .

Even after that, I am getting the following error as





install_driver(Oracle) failed: Can't load
'/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/ Oracle/Oracl
e.so' for module DBD::Oracle: ld.so.1: perl: fatal: libclntsh.so.9.0:
open failed: No such file or directory at
/usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.

at (eval 1) line 3

Compilation failed in require at (eval 1) line 3.

Perhaps a required shared library or dll isn't installed where expected

at a.pl line 25







Actually it is searching for libclntsh.so.9.0(since the previous oracle
version was 9i) in /usr/local/opt/oracle/product/10.2.0/lib32/and

Failing to open the file.

But since we migrated to 10g now
/usr/local/opt/oracle/product/10.2.0/lib32/ is having libclntsh.so.10.1



So, what should I do ,to point to libclntsh.so.10.1 instead of
libclntsh.so.9.0







Thanks & Regards
Ravi



-----Original Message-----
From: Garrett, Philip (MAN-Corporate)
[mailto:Philip.Garrett [at] manheim.com]
Sent: Tuesday, February 20, 2007 9:47 PM
To: RaviChandra Chelikam; dbi-users [at] perl.org
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2



Hi,



RaviChandra Chelikam wrote:

>

> perl: fatal:

> /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0:

> Permission denied at .....

^^^^^^^^^^^^^^^^^



The permissions on your Oracle installation are not letting Perl load

the Oracle client library. The library file libclntsh.so.9.0 (or one of

the directories leading to it more likely) is not accessible as the user

running the Perl script. Fix the permissions and your program will

probably work ok.



Regards,

Philip



=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D

Tech Mahindra, formerly Mahindra-British Telecom.

Disclaimer:

This message and the information contained herein is proprietary and=
confidential and subject to the Tech Mahindra policy statement, you may=
review at <a href=
=3D"http://www.techmahindra.com/Disclaimer.html">http://www. techmahindra.co=
m/Disclaimer.html</a> externally and <a href=
=3D"http://tim.techmahindra.com/Disclaimer.html">http://tim. techmahindra.co=
m/Disclaimer.html</a> internally within Tech Mahindra.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D
------_=_NextPart_001_01C7551C.302725D3--
rchelikam [ Di, 20 Februar 2007 19:23 ] [ ID #1639188 ]

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

I've already answered this off-list. Here's the entire thread for
posterity:



You need to:

1) Transfer the .tar.gz to the remote machine
2) Unpack it there
3) cd into DBD-Oracle-1.15
4) read the README and follow the instructions.

You will need a C compiler on that machine, and you'll need a "full"
install of the Oracle client (meaning it has the headers necessary to
compile OCI and Pro*C applications).



------------------------------------------------------------ ------------
--------
From: RaviChandra Chelikam [mailto:rchelikam [at] TechMahindra.com]
Sent: Tuesday, February 20, 2007 2:11 PM
To: Garrett, Philip (MAN-Corporate)
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2


Philip

I Have downloaded the DBD::Oracle 1.15 from the link u have given and
copied to my local machine.

Should I compile it first in my local machine and then kept it in the
remote machine where the oracle 10g is installed .



Else

Should I directly copy the whole folder DBD::Oracle 1.15 to remote
machine and then compile.

Actually the folder structure of DBD::Oracle 1.15 which I downloaded
from the cpan link and the one which is already existing in remote
machine is different.

There is not even Makefile.pl file in the remote machine.



Then how could I compile it in the remote machine.



Could u plz let me know.





Thanks & Regards

Ravi






------------------------------------------------------------ ------------
--------

From: Garrett, Philip (MAN-Corporate)
[mailto:Philip.Garrett [at] manheim.com]
Sent: Wednesday, February 21, 2007 12:29 AM
To: RaviChandra Chelikam
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2



(2) is probably the safest route (least likely to require code changes).



(3) is probably best long-term, but it might also require upgrading Perl
and DBI.




------------------------------------------------------------ ------------
--------

From: RaviChandra Chelikam [mailto:rchelikam [at] TechMahindra.com]
Sent: Tuesday, February 20, 2007 1:53 PM
To: Garrett, Philip (MAN-Corporate)
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2

Philip

Sorry for disturbing u again.

Since I am new to perl , I am getting many doubts. Thanks for ur
patience and helping me .



1. Could u plz let me know whether , i should rebuild the existing
DBD::Oracle 1.15 which is already existing in my application.

If so, could u plz tell me the steps how to rebuild DBD::Oracle
against the new 10g client .

2. Else should I download the DBD::Oracle 1.15 from the path u have
given and then rebuild against the new 10g client.



3. Else should I download new version of DBD::Oracle and then rebuild
against the new 10g client.





Thanks & Regards

Ravi




------------------------------------------------------------ ------------
--------

From: Garrett, Philip (MAN-Corporate)
[mailto:Philip.Garrett [at] manheim.com]
Sent: Tuesday, February 20, 2007 11:55 PM
To: RaviChandra Chelikam
Cc: dbi-users [at] perl.org
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2



You need to rebuild DBD::Oracle against the new 10g client you
installed. You don't necessarily need to upgrade (which would be a good
idea though), but you DO need to rebuild it.




------------------------------------------------------------ ------------
--------

From: RaviChandra Chelikam [mailto:rchelikam [at] TechMahindra.com]
Sent: Tuesday, February 20, 2007 1:23 PM
To: Garrett, Philip (MAN-Corporate)
Cc: dbi-users [at] perl.org
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2

Philip

We have Changed the permissions .

Even after that, I am getting the following error as





install_driver(Oracle) failed: Can't load
'/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/ Oracle/Oracl
e.so' for module DBD::Oracle: ld.so.1: perl: fatal: libclntsh.so.9.0:
open failed: No such file or directory at
/usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.

at (eval 1) line 3

Compilation failed in require at (eval 1) line 3.

Perhaps a required shared library or dll isn't installed where expected

at a.pl line 25







Actually it is searching for libclntsh.so.9.0(since the previous oracle
version was 9i) in /usr/local/opt/oracle/product/10.2.0/lib32/and

Failing to open the file.

But since we migrated to 10g now
/usr/local/opt/oracle/product/10.2.0/lib32/ is having libclntsh.so.10.1



So, what should I do ,to point to libclntsh.so.10.1 instead of
libclntsh.so.9.0







Thanks & Regards
Ravi



-----Original Message-----
From: Garrett, Philip (MAN-Corporate)
[mailto:Philip.Garrett [at] manheim.com]
Sent: Tuesday, February 20, 2007 9:47 PM
To: RaviChandra Chelikam; dbi-users [at] perl.org
Subject: RE: install_driver(Oracle) failed while connecting to oracle
10.2.0.2



Hi,



RaviChandra Chelikam wrote:

>

> perl: fatal:

> /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0:

> Permission denied at .....

^^^^^^^^^^^^^^^^^



The permissions on your Oracle installation are not letting Perl load

the Oracle client library. The library file libclntsh.so.9.0 (or one of

the directories leading to it more likely) is not accessible as the user

running the Perl script. Fix the permissions and your program will

probably work ok.



Regards,

Philip

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D

Tech Mahindra, formerly Mahindra-British Telecom.

Disclaimer:

This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you may
review at http://www.techmahindra.com/Disclaimer.html externally and
http://tim.techmahindra.com/Disclaimer.html internally within Tech
Mahindra.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D




=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D

Tech Mahindra, formerly Mahindra-British Telecom.

Disclaimer:

This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you may
review at http://www.techmahindra.com/Disclaimer.html externally and
http://tim.techmahindra.com/Disclaimer.html internally within Tech
Mahindra.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D




=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D

Tech Mahindra, formerly Mahindra-British Telecom.

Disclaimer:

This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you may
review at http://www.techmahindra.com/Disclaimer.html externally and
http://tim.techmahindra.com/Disclaimer.html internally within Tech
Mahindra.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D
Philip.Garrett [ Mi, 21 Februar 2007 16:14 ] [ ID #1639192 ]
Perl » perl.dbi.users » install_driver(Oracle) failed while connecting to oracle 10.2.0.2

Vorheriges Thema: ANNOUNCE: DBI 1.54 RC6 - including cool new DBD::Gofer stateless proxy
Nächstes Thema: DBI under Cygwin