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.
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. Parse, execute, fetch, and close a cursor only all in the same container.
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. Parse, execute, fetch, and close a cursor only all in the same container.