Hi,
I want to pass an array of parameters to an Oracle stored procedure and get a result set. Is this possible using perl DBI or any other perl modules?
I saw that bind_param_array can be used to pass an array as arguments. But this can only be used with queries like INSERT, UPDATE but not SELECT.
Any suggestions?