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

NZE-28810: Cannot create key descriptor.

1 Answers  


LPX-00410: unable to resolve the variable reference

1 Answers  


PCB-00238: Element of this table group item host variable cannot be a table

1 Answers  


ORA-02784: Invalid shared memory ID specified

1 Answers  


ORA-38703: Type string in header is not a flashback database log file.

1 Answers  






SQL*Loader-00411: Only a direct path load may be continued

1 Answers  


ORA-01308: initialization parameter utl_file_dir is not set

2 Answers  


TNS-01095: %s * string * string * number

1 Answers  


PCC-02111: CHAR_MAP option ignored. Only CHAR_MAP=VARCHAR2 allowed for DBMS=V6

1 Answers  


ORA-03243: destination dba overlaps with existing control information

1 Answers  


ORA-19010: Cannot insert XML fragments

1 Answers  


PLS-00376: illegal EXIT statement; it must appear inside a loop

1 Answers  


Categories