oci_set_prefetch
PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0
oci_set_prefetch - Sets number of rows to be prefetched by queries
Example #1 Setting the prefetch value when passing a REF CURSOR back to Oracle
means only
fetch one row at a time.
Example #2 Changing the default prefetch value for a query
Example #3 Changing the default prefetch for a REF CURSOR fetch