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-23422: Oracle Server could not generate an unused job number

1 Answers  


ORA-38470: cannot revoke a privilege that was not granted.

1 Answers  


ORA-01854: julian date must be between 1 and 5373484

1 Answers  


AMD-00119: analytic workspace dimensions not specified in input

1 Answers  


ORA-13482: GeoRaster object is not initialized for the image

1 Answers  






ORA-27486: insufficient privileges

1 Answers  


ORA-12014: table 'string' does not contain a primary key constraint

1 Answers  


ORA-12922: concurrent ALTER DATABASE [NO] FORCE LOGGING command is running

1 Answers  


PCC-02423: Host variable has an invalid type for this option value

1 Answers  


ORA-12203: TNS:unable to connect to destination

1 Answers  


CLSS-03202: out of sync with master: [string] [string] [string] [string]

1 Answers  


ORA-19663: cannot apply current offline range to datafile string

1 Answers  


Categories