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

Re: DBD:Oracle compatible with Oracle 12

by haukex (Archbishop)
on Dec 22, 2019 at 12:12 UTC ( [id://11110514]=note: print w/replies, xml ) Need Help??


in reply to DBD:Oracle compatible with Oracle 12

I need to to know if it is possible to install more recent versions of DBI and DBD:Oracle using old Perl 5.16.3

I'm curious why you can't upgrade your Perl? 5.16.3 was released over 6 years ago, and since you're already on a "relatively modern" version of Perl, further upgrades shouldn't be all too difficult. Unless of course you've got modules that are only binary-compatible with 5.16.3 or something?

Minor edits shortly after posting.

  • Comment on Re: DBD:Oracle compatible with Oracle 12

Replies are listed 'Best First'.
Re^2: DBD:Oracle compatible with Oracle 12
by Baldrik (Initiate) on Dec 23, 2019 at 04:21 UTC

    I would gladly upgrade to a more recent Perl, but that may break some of the programs. We don't have the Perl programming expertise at our organization to handle that quickly - and we need to handle this quickly because our Win 2008 server contract ends 1/14/2020.

      I would gladly upgrade to a more recent Perl, but that may break some of the programs.

      Perl rarely breaks old code. That's why modern Perl needs use strict, use warnings, use feature - changed defaults would break old code.

      We don't have the Perl programming expertise at our organization to handle that quickly - and we need to handle this quickly because our Win 2008 server contract ends 1/14/2020.

      Roll out the changes (i.e. the new Perl version) to your test environment and check what breaks. No need for guessing and prejudices.

      No test env? Time to clone your production env ASAP. Having a verified(!!!) backup of your production env also sounds like a good idea.

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-26 09:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found