I have a java program that is trying to call a stored procedure that returns a cursor type. However after registering the appropriate out paramaters and calling callableStatement.execute() I recieve an arrayIndexOutOfBoundsException: -1
I dont fully understand why I am recieving this error at this point in the program. Can anyone explain typical reasons I might encounter this error
thanks