in reply to Re: Binding "Out" Parameters to Table Types for Oracle PL/SQL Stored Procedures
in thread Binding "Out" Parameters to Table Types for Oracle PL/SQL Stored Procedures

I've found that I also had to add this code to the perl script:

use DBD::Oracle qw(:ora_types);
  • Comment on Re^2: Binding "Out" Parameters to Table Types for Oracle PL/SQL Stored Procedures
  • Download Code