JDBC call to stored procedure which take array as parameter
问题 I am trying call the below procedure using java code but I am getting several errors(basically for type conversion) I thing I have messed up somewhere can somebody take a look at it. This is the first time i am doing it. A little help would be great. proc: DECLARE car__details_tab car__details_tab_type := NEW car__details_tab_type(); car_id number_tab_type; car_error_tab car__error_tab_type := new car__error_tab_type(); car_purchase_id NUMBER; BEGIN car__details_tab.extend; car__details_tab