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-29374: resource plan string in top-plan string has no plan directives
IMG-00712: unable to write to destination image
NNL-00202: No shutdown currently scheduled
PCC-00070: Illegal syntax, Exponential value in SQL statement: string
ORA-06442: ssvwatev: Failed with unexpected error number.
ORA-13434: GeoRaster metadata cellRepresentation error
ORA-22605: FDO handle [string] is not initialized
ORA-12902: default temporary tablespace must be SYSTEM or of TEMPORARY type
ORA-22951: NULL returned by ORDER method
ORA-13407: invalid storage parameter
ORA-32144: Cannot perform operation on a null interval
PLS-00255: CALL Specification parameters cannot have default values