Tony, You have probably worked this out by now, but what you are trying to do is not directly possible with the current version of DBD::Oracle. If you are returning a VARRAY, there are some ways you may be able to work around this (e.g. returning ref cursor, pipelined function, etc - see DBD::Oracle docs), but if you are trying to pass in a VARRAY, AFAIK there's no real solution.
Steve > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 2 March 2004 8:32 PM > To: [EMAIL PROTECTED] > Subject: How to pass VARRAY to stored procedure in Oracle > > > Hi All, > > I would like to pass a VARRAY as a parameter to a stored > procedure in Oracle. > > I've searched the archive and can only find questions, no answers :-( > > Any pointers/info would be appreciated, > > Cheers > Tony > > > > >
