Oracle Message ORA-24391 - invalid fetch operation

ERRORinvalid fetch operation
CAUSEScrollable cursor operation requested with non-scrollable cursor.
ACTIONCheck if the statement was executed in the scrollable mode. Else the only acceptable orientation is OCI_FETCH_NEXT that ignores the scroll offset parameter.