PCC-02334: SQL identifier was not declared as a cursor



PCC-02334: SQL identifier was not declared as a cursor..

Answer / guest

Cause: A cursor name was used in an OPEN, FETCH, or CLOSE
statement that had not been DECLAREd.

Action: Check that all SQL cursor names have been declared.
Remember that cursors are identifiers, not variables, and
that they are local to the precompilation unit.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

EXP-00073: dump file size too small

1 Answers  


ORA-22162: element at index [string] has been previously deleted

1 Answers  


ORA-12657: No algorithms installed

1 Answers  


LPX-00409: incorrect token encountered while parsing

1 Answers  


PLS-00131: Pragma string expects 2nd argument to be a procedure

1 Answers  


RMAN-11004: format requires %%c when duplexing

1 Answers  


ORA-25006: cannot specify this column in UPDATE OF clause

1 Answers  


O2I-00122: Invalid filename for the INITFILE file

1 Answers  


RMAN-08154: deleted script: string

1 Answers  


RMAN-08547: channel string: no autobackups found in the recovery area

1 Answers  


RMAN-10015: error compiling PL/SQL program

1 Answers  


ORA-29705: ACTIVE_INSTANCE_COUNT is string which is incompatible with the value in other instances

1 Answers  


Categories