Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm interested in calling Oracle procedures and functions from Perl. Is Perl DBI able to deal with returning complex data types such as PL/SQL tables, etc.?

Replies are listed 'Best First'.
Re: Perl DBI and oracle complex data types
by runrig (Abbot) on Jun 25, 2001 at 18:38 UTC
    No, with the bind_in_out method, you can return variables from procedures, you can even return cursors, but not tables.