Can we pass input array to stored procedure without signature

My question is that, it is possible to call the stored procedure without signature that accepts a variables array as input? If so, Do we need to write java program to convert and pass the array list to SP?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.