Scrollable cursors

The Genero programming language supports scrollable cursors.

Oracle 9.0 and higher support native scrollable cursors.

Solution

By default, the Oracle database driver uses native scrollable cursors by setting the OCI_STMT_SCROLLABLE_READONLY statement attribute.

See Scrollable cursors for more details about scroll cursor emulation.