PLS-00993: Cursor variables cannot be passed as forwarded RPC arguments or results

PLS-00993: Cursor variables cannot be passed as forwarded RPC arguments or results

Cause: An attempt was made to pass a cursor variable to or from a remote subprogram by way of a forwarded RPC, which is not allowed. For example, from a client-side tool, a procedure on a remote database cannot be used to open a cursor variable because remote subprograms cannot return the values of cursor variables.

Action: Change the subprogram call to reference the local database.

No comments:

Post a Comment