Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Does DBI/DBD break when upgrading Oracle server or client?

by cavac (Parson)
on Jul 15, 2012 at 21:25 UTC ( [id://981931]=note: print w/replies, xml ) Need Help??


in reply to Does DBI/DBD break when upgrading Oracle server or client?

That is not so simple to answer.

First of all, check Oracle's documentation on which client library can interact with which server version.

You should also check the documentation of your installed DBD::Oracle module (run perldoc DBD::Oracle). If you upgrade the client libraries, you may have to upgrade DBD::Oracle as well; check DBD::Oracle, under the heading "WHICH VERSION OF DBD::ORACLE IS FOR ME?". If you install a new version via the cpan shell (or ppm), it should pull a newer DBI automatically if required.

A note of warning: If you upgrade, relocate, or in any other way change the installed closed-source Oracle client libraries, you should always recompile/reinstall DBD::Oracle. Otherwise, your program might fail, crash, have memory leaks, etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://981931]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-19 08:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found