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
Since i am calling a remote stored procedure in PERL through a DB link. One of the OUT parameter is a record of type table. Is there any way of fetching this in PERL.I can only return a cursor if i call a local procedure first and then write the data in a table which i don't want to do.