function
| Library: Oracle Call Interface database support (OMOCI legacy) Include: omoci.xin | Returns: OCI_SUCCESS if the function completes without error. | 
define external integer function OCI_ofen
   (  value OCI_Handle_type cursor,
      value integer nrows
   )
This function fetches one or multiple rows into arrays of variables, taking advantage of the Oracle array interface.
Input arguments:
Example:
set RetCode to OCI_ofen( Cursor, 3 )