PLS-00324: cursor attribute may not be applied to non-cursor `string`
sponsored links
Cause: This error occurs when a
cursor-attribute (%FOUND, %NOTFOUND, %ROWS, %IS_OPEN, etc.) appears
following an identifier that is not declared as a cursor or cursor variable.
It occurs, for example, if the variable name my_cur in my_cur%FOUND was not
properly declared as a cursor or if the variable declaration was placed
incorrectly in the block structure.
Action: Check the spelling and
declaration of the identifier. Also confirm that the declaration is placed
correctly in the block structure.
Relared Errors:
PLS-00325:
non-integral numeric literal string is inappropriate in this
context
PLS-00326: IN
clause must contain same number of expressions as subquery
PLS-00327:
string is not in SQL scope here
PLS-00328: A
subprogram body must be defined for the forward declaration of
string.
PLS-00329:
schema-level type has illegal reference to string
PLS-00330:
invalid use of type name or subtype name
PLS-00331:
illegal reference to string
PLS-00332:
string is not a valid prefix for a qualified name
PLS-00333:
string must match an object-table alias in this
context
PLS-00334:
string matches table or view without an alias






Leave a Reply