Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Oracle 10g client not working with Perl 5.5

by marto (Cardinal)
on May 09, 2018 at 17:54 UTC ( [id://1214292]=note: print w/replies, xml ) Need Help??


in reply to Oracle 10g client not working with Perl 5.5

What version of Solaris are you running that is preventing you from installing the 12c client? What is the value of the NLS_LANG environment variable?

Sunfreeware is some sort of subscription service now IIRC, https://www.opencsw.org is an alternative. As someone who spends most of their day job on Solaris, with Oracle 12c, make life easy on yourself. Perl 5.5 is old and not maintained/supported. Build your own perl, install it to something like /app/applicationNameHere. Install DBI and DBD::Oracle the way you would any other perl module.

Replies are listed 'Best First'.
Re^2: Oracle 10g client not working with Perl 5.5
by karlgoethebier (Abbot) on May 10, 2018 at 11:22 UTC
    "...Build your own perl..."

    As i vaguely remember 10g as well as 11g come with their own Perl.

    If so the OP will have to maintain/take care of some versions of Perl: the one that comes with Oracle, the one that will surely be on his box and the one he compiles for his own purposes, right?

    I wish him well.

    Best regards and have a nice Father's Day, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

      Oracle has shipped with some version of perl for a long time, it's used for their tools and some scripts which get shipped as part of/updates to the product. For reference Oracle 12C ships with perl 5.14.1 (from 2011). This is maintained by Oracle under the release of the database product. I don't even bother using it.

        Thanks and best regards, Karl

        «The Crux of the Biscuit is the Apostrophe»

        perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Log In?
Username:
Password:

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

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

    No recent polls found