Showing posts with label ORA-22916: cannot do an exact FETCH on a query with Nested cursors. Show all posts
Showing posts with label ORA-22916: cannot do an exact FETCH on a query with Nested cursors. Show all posts

Thursday, 12 April 2012

ORA-22916: cannot do an exact FETCH on a query with Nested cursors

ORA-22916: cannot do an exact FETCH on a query with Nested cursors

Cause: Exact FETCH on a query was specified which is not allowed if the query returns any cursors.

Action: Do not use an exact FETCH.