标题: ORA-24391: invalid fetch operation [打印本页] 作者: admin 时间: 2016-9-1 14:57 标题: ORA-24391: invalid fetch operation ORA-24391: invalid fetch operation Cause: Scrollable cursoroperation requested with non-scrollable cursor. Action: Check if thestatement was executed in the scrollable mode. Else the only
acceptable orientation is OCI_FETCH_NEXT that ignores the scroll offset
parameter.