in reply to Re^8: Perl connection string to Oracle Database
in thread Perl connection string to Oracle Database

Thanks for the answer. Seems that my SQL developer client use as driver orai18n.jar file. I would like to force into perl script the same driver but i don't known how to do it. how can i configure connection string to use java method instead of DBI library ? Thanks. Regards, Fabrizio
  • Comment on Re^9: Perl connection string to Oracle Database

Replies are listed 'Best First'.
Re^10: Perl connection string to Oracle Database
by Corion (Patriarch) on Oct 27, 2015 at 17:44 UTC

    Java drivers are for Java. Perl will use the "normal" Oracle client drivers, like TOAD.

      Ok. Thanks. Fabrizio