Call a procedure/function with an array as argument
199845Jun 19 2008 — edited Jan 20 2015Hello, I need to create a function in PL/SQL which takes one parameter which is a list/array of variable size. Then I must be able to call this function from Java via JDBC. How should the parameter be declared in PL/SQL and how can I construct a list in Java that can be passed in as the argument?
Thanks in advice!