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

ORA-00355: change numbers out of order

1 Answers  


ORA-24782: Cannot detach from a non-migratable transaction

1 Answers  


PCC-02021: Found newline while scanning string literal

1 Answers  


ORA-28663: Logging/Nologging attribute can not be specified in the statement ALTER TABLE ADD OVERFLOW

1 Answers  


ORA-32803: value for string cannot be altered

1 Answers  






PLS-00587: a static method cannot be invoked on an instance value

1 Answers  


DRG-11116: value of string must be less than or equal to value of string

1 Answers  


PCC-02204: EXEC SQL INCLUDE not permitted from within an included file

1 Answers  


O2F-00316: An unexpected token was seen at the end of a type specification

1 Answers  


PLS-00648: type of supertype attribute "string" can not be a subtype or reference to a subtype in this release

1 Answers  


CLSS-02200: Received node deletion request for active node string.

1 Answers  


ORA-01598: rollback segment 'string' is not online

1 Answers  


Categories