HomeOracleOracle Error PLS-00404: cursor ‘string’ must be declared with FOR UPDATE to use with CURRENT OF

Oracle Error PLS-00404: cursor ‘string’ must be declared with FOR UPDATE to use with CURRENT OF

Oracle Error Message

PLS-00404: cursor ‘string’ must be declared with FOR UPDATE to use with CURRENT OF

Reason for the Error

The use of the CURRENT OF cursor_name clause is legal only if cursor_name was declared with a FOR UPDATE clause.

Solution

Add a FOR UPDATE clause to the definition of the cursor or do not use the CURRENT OF cursor_name clause.

Share:

Leave a Reply

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...