As Moron points out, you can't pass an array as argument to an Oracle stored procedure. However, assuming you would want to pass the array as an input parameter, you can convert your array to XML as described in Re: Objects in PL/SQL in DBD::Oracle.
--
Andreas
Comment on Re: Passing arrays to an oracle stored procedure