PLS-00341: declaration of cursor 'string' is incomplete or
malformed
Answer / guest
Cause: A cursor declaration is improper or an identifier
referenced in the cursor declaration was not properly
declared. A return type that does not refer to an existing
database table or a previously declared cursor or cursor
variable might have been specified. For example, the
following cursor declaration is illegal because c1 is not
yet fully defined: CURSOR c1 RETURN c1%ROWTYPE IS SELECT ...
-- illegal In this case, a return type does not have to be
specified because it is implicit.
Action: Check the spelling and declaration of the cursor
name and any identifiers referenced in the cursor
declaration. Also confirm that the declaration is placed
correctly in the block structure. If a return type was
specified, make sure that it refers to an existing database
table or a previously declared cursor or cursor variable.
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 0 No |
ORA-37112: OLAP API requires Oracle 9.2 or later
ORA-02004: security violation
ORA-07245: sfccf: unable to lseek and write the last block.
ORA-12067: empty refresh groups are not allowed
PCC-00080: TYPE identifier already TYPEd
DRG-12300: an index with this column list already exists in the index set
LPX-00207: expected "[" at the start of conditional section
ORA-27066: number of buffers in vector I/O exceeds maximum
ORA-09716: kslcll: Unable to fix in-flux lamport latch.
QSM-02125: subquery join conditions don't meet requirements for capability
ORA-35578: (SQLOUT11) SQL cursor 'number' cannot be used with CURRENT OF <cursor name> syntax
ORA-02226: invalid MAXEXTENTS value (max allowed: string)