I want to pass the ArrayList to PL-SQL procedure through callable statements.
As per my requirement I'm passing some data from Java ArrayList to PL-SQL procedure and from that I have to store it in table. I'm trying to do this but I have no ides how to do as I'm not familiar with PL-SQL. Please suggest me how to achieve this.
Thanks