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 |
NZE-28810: Cannot create key descriptor.
LPX-00410: unable to resolve the variable reference
PCB-00238: Element of this table group item host variable cannot be a table
ORA-02784: Invalid shared memory ID specified
ORA-38703: Type string in header is not a flashback database log file.
SQL*Loader-00411: Only a direct path load may be continued
ORA-01308: initialization parameter utl_file_dir is not set
TNS-01095: %s * string * string * number
PCC-02111: CHAR_MAP option ignored. Only CHAR_MAP=VARCHAR2 allowed for DBMS=V6
ORA-03243: destination dba overlaps with existing control information
ORA-19010: Cannot insert XML fragments
PLS-00376: illegal EXIT statement; it must appear inside a loop