I'm using Callable Statement to call an Oracle store procedure but the resultSet is too big. Is there any way to page it? Is there any other way to call a store procedure and page the returned result if it's not possible with Callable Statement? Thanks!