Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> How to get PL/SQL results via ODBC calls from Perl?
Help! I am trying to write a PL/SQL procedure that will collect data into a PL/SQL table variable and need to be able to fetch the results back to a Perl program by making ODBC calls.
The PL/SQL procedure to collect the data seems straight forward. But, I seem to be missing how to bind the results into Perl variables.
I am using ActiveState Perl 5, Win32::ODBC, Personal Oracle 7.3.4.
-Steve Received on Thu Oct 01 1998 - 00:00:00 CDT