We can return a resultset from Oracle stored procedure. Stored
procedure must have an output parameter of type REF CURSOR. In this example, we
read data using data reader. You can add code to populate a collection or add
data to a custom business entity.