Database Error Messages

OCI-65108

invalid use of a cursor belonging to another container

Cause

An attempt was made to use a cursor that was parsed or executed in a different container.


Action

Check if there are any incorrect uses of the SET CONTAINER statement. Only open, parse, execute, fetch, and close a cursor in the same container.