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



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

Answer / guest

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

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12336: cannot login to database (link name string)

1 Answers  


ORA-13415: invalid or out of scope point specification

1 Answers  


ORA-12639: Authentication service negotiation failed

1 Answers  


O2F-00325: None of the characters in a name were legal identifier characters

1 Answers  


EXP-00041: INCTYPE parameter is obsolete

1 Answers  






ORA-01967: invalid option for CREATE CONTROLFILE

3 Answers   Oracle,


SQL*Loader-00473: nesting of collections is not allowed.

1 Answers  


ORA-01881: timezone region id number is invalid

1 Answers  


ORA-14010: this physical attribute may not be specified for an index partition

1 Answers  


PCC-00071: Unable to open message file.

1 Answers  


ORA-02732: osnrnf: cannot find a matching database alias

1 Answers  


LPX-00403: unmatched quote in the XSL file

1 Answers  


Categories