PLS-00324: cursor attribute may not be applied to non-cursor
'string'



PLS-00324: cursor attribute may not be applied to non-cursor 'string'..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

PCC-00098: Scale specification cannot be used in this context

1 Answers  


ORA-29306: datafile string is not online

1 Answers  


ORA-19725: can not acquire plug-in enqueue

1 Answers  


TNS-04006: Invalid password

1 Answers  


ORA-30654: missing DEFAULT keyword

1 Answers  






ORA-14454: attempt to reference temporary table in a referential integrity constraint

1 Answers  


LFI-00139: Option string cannot be used with option string in calling string.

1 Answers  


ORA-14136: ALTER TABLE EXCHANGE restricted by fine-grained security

1 Answers  


ORA-29541: class string.string could not be resolved

1 Answers  


ORA-36157: (XSMXAGGRCOMMIT) To use the AUTOCOMMIT keyword, you must also specify the AUTOUPDATE keyword.

1 Answers  


CLSR-01012: Invalid instance stop mode [string] is specified

1 Answers  


IMG-00505: missing value in CUT rectangle

1 Answers  


Categories