i'm using Perl 5.8.3 with DBD:Oracle 1.15 and DBI 1.42, and i'm not able to get the following working:
isn't working either, same error.
I got DBI working with PL/SQL-functions that return a cursor, using bind_param_inout, but obviously i can't use that here. Is DBI not able to handle cursors in selects or am i doing something wrong?