ORA-24391
Error: ORA-24391: invalid fetch operation
Causa: Scrollable cursor operation requested with non-scrollable cursor.
Acción: Check if the statement was executed in the scrollable mode. The only acceptable orientation is OCI_FETCH_NEXT that ignores the scroll offset parameter.
COMENTARIOS:
No hay comentarios.