Oracle Solution for Error ora-24391

Solution for Oracle Error ORA-24391

ORA-24391: invalid fetch operation

What triggered the Error:

rollable cursor operation requested with non-scrollable cursor.

What should we do to fix it:

eck if the statement was executed in the scrollable mode. Else the only acceptable orientation is OCI_FETCH_NEXT that ignores the scroll offset parameter.