I would like to use DBI & DBD::Oracle to call a third party (proprietry) stored proc API which happens to use PL/SQL tables as out parameters in some cases.
Problem: Having scanned many of the questions & answers relating to stored procs in this list it seems that this is not possible. The closest I came to a solution is binding to an open cursor. As I have no control over the coding of the stored proc this is not really an option. Has anyone been able to return data from PL/SQL tables using DBI with Oracle? Is there likely to be any support for this soon (if there isn't already)? Regards Rohan Holt
