PCC-00137: Invalid use of SQL cursor host variable

PCC-00137: Invalid use of SQL cursor host variable

Cause: A SQL_CURSOR variable was used in an INTO or WHERE clause. SQL_ CURSOR variables can be used only where ordinary cursor identifiers would be used or, in a PL or SQL block, where a cursor would normally be used.

Action: Remove the SQL cursor variable reference from the INTO clause or WHERE clause, or use a host variable of another type in the INTO or WHERE clause.

No comments:

Post a Comment