in reply to Re^2: Oracle 10g client not working with Perl 5.5
in thread Oracle 10g client not working with Perl 5.5

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.

  • Comment on Re^3: Oracle 10g client not working with Perl 5.5

Replies are listed 'Best First'.
Re^4: Oracle 10g client not working with Perl 5.5
by karlgoethebier (Abbot) on May 10, 2018 at 17:52 UTC

    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