How to pass an array of Strings from java to stored procedure ?
What is the IN parameter in the stored procedure to receive an array ?
What I am trying to do is, for all the values(Ids) present in the array, I fetch the rowfrom table X and insert it into table X_Audit