Database Error Messages

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.