Is it possible with Latest DBI modules to pass an array [string or
integer] to Oracle stored procedure which accepts an array?

Procedure specification is like this:

 

  Create or replace procedure p_getarray_perl(p_arr_value
dbms_sql.varchar2_table)  -- String array.

 

How do I pass an array to this from PERL? My main requirement is to read
a file and send this file contents as an array [since file is comma
separated, procedure can take care of stripping commas and inserting
into tables]

Does any one have any working example of this? 

 

Thanks,

Srikanth (Sree) Turlapati

 

 

Reply via email to