hi experts,
how do i pass a list<String> into oracle's stored procedure using Spring2.0 framework? in oracle stored program, there are few collections which is varray,nested tables and associative array, which is the most resembled to list in java? nested table perhaps? i can pass normal single scalar values for IN parameters of stored program but not sure about list. and don't know whether can use OracleTypes.ARRAY or not. please advise. thanks
wesley
Start Free Trial