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

UDI-00052: incorrect Data Pump client for operation: string

1 Answers  


ORA-10640: Operation not permitted during SYSTEM tablespace migration

1 Answers  


PLS-01471: The keyword DISTINCT must be present in a COUNT(DISTINCT sim_expr)

1 Answers  


ORA-36640: (XSDUNION19) Concat dimension workspace object cannot be changed to UNIQUE because base dimension workspace object does not have a TEXT or ID datatype.

1 Answers  


ORA-12405: invalid label list

1 Answers  


ORA-13156: table to be registered string.string is not empty

1 Answers  


ORA-13627: Setting of parameter string is disallowed until the task is reset.

1 Answers  


QSM-02041: nested aggregate function

1 Answers  


ORA-02327: cannot create index on expression with datatype string

1 Answers  


ORA-16182: Internal error on internal channel during remote archival

1 Answers  


SQL*Loader-00649: Quoted string missing closing quote

1 Answers  


RMAN-06478: WARNING: datafile copy 'string' cannot be found on disk

1 Answers  


Categories