I\'ve looked around for a good example of this, but I haven\'t run into one yet. I want to pass a custom string array from java to oracle and back, using the IBATIS framewo
Try using statement.getObject(i) and then casting to an array.
statement.getObject(i)