in reply to Arrays and Stored Procedures
I'm not completely sure but I don't think you can pass arrays to a pl/sql procedure with DBD::Oracle - I certainly can't find it in the DBD::Oracle pod.
When I have needed to something like this I have used temporary tables.
As far as I am aware execute_array is for performing the same operation once on each set of values e.g., an insert into a table where each array index holds one set of columns for the row.</p.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Arrays and Stored Procedures
by joec_ (Scribe) on Nov 21, 2008 at 00:35 UTC | |
by mje (Curate) on Nov 21, 2008 at 08:43 UTC |