----- Forwarded message from [EMAIL PROTECTED] -----
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Perl and Oracle
Date: Wed, 30 Jul 2003 11:12:09 -0500
Mr. Bunce,
I just completed viewing your 2001 presentation on Integrating PERL with
Databases (Geek Cruise 2001). I have written a PL/SQL package that contains
a function to be called by PERL returning a user defined data type defined
as:
TYPE data_array is table of varchar2(1000) index by
binary_integer;
This object's elements contain data from Oracle wrapped in HTML, ready for
display as a table, and the type itself is defined in the package
specification.
Is it possible to return this UDDT when called from PERL and access its data
elements directly? If it is in fact not possible, could you disclose what
data types from Oracle can be directly accessed by PERL?
Thank you,
LySanias Broyles
Information Management - Integration
United States Army Corps of Engineers
Rock Island, IL
----- End forwarded message -----