I want to send two arrays form java to oracle stored procedures. The first Array is array of strings and the second is array of chars how can I make this??
You can use Oracle Types to map Java objects to Oracle. Also, there's Spring JDBC utilities.