Page 1 of 1

Passing array

Posted: Mon 06 Jun 2011 08:44
by danyinfo
Hello.
I want to pass an array to a stored procedure.
I have a type like: CREATE TYPE table_number AS TABLE OF number;
and i want to pass this array into procedure p$test(param$array table_number).
How can i do this?


Thank you.

Posted: Mon 06 Jun 2011 09:56
by .jp