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-12170: TNS:Connect timeout occurred

1 Answers  


ORA-23386: replication parallel push cannot create slave processes

1 Answers  


ORA-31203: DBMS_LDAP: PL/SQL - Init Failed.

1 Answers  


ORA-02211: invalid value for PCTFREE or PCTUSED

1 Answers  


ORA-37079: (XSMCSESS07) Aggmap workspace object cannot be used for AGGREGATE.

1 Answers  






ORA-14301: table-level attributes must be specified before partition-level attributes

1 Answers  


ORA-38740: Usable blocks value string is not valid.

1 Answers  


ORA-12449: Labels specified for user must be of type USER

1 Answers  


ORA-16726: the external condition supplied to resource manager is invalid

1 Answers  


ORA-32610: missing SINGLE REFERENCE or DIMENSION keyword in MODEL clause

1 Answers  


ORA-28534: Heterogeneous Services preprocessing error

1 Answers  


ORA-28561: unable to set date format on non-Oracle system

1 Answers  


Categories