HomeOracleOracle Error ORA-35578: (SQLOUT11) SQL cursor ‘number’ cannot be used with CURRENT OF syntax

Oracle Error ORA-35578: (SQLOUT11) SQL cursor ‘number’ cannot be used with CURRENT OF syntax

Oracle Error Message

ORA-35578: (SQLOUT11) SQL cursor ‘number’ cannot be used with CURRENT OF syntax

Reason for the Error

The CURRENT OF syntax in the WHERE clause tried to use a cursor that was not declared with the FOR UPDATE [ of ] SQL syntax.

Solution

Add the FOR UPDATE [ OF ] SQL syntax to the cursor specified.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...