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

ORA-30026: Undo tablespace 'string' has unexpired undo with string(sec) left, Undo_Retention=string(sec)

1 Answers  


ORA-14168: only one subpartition may be modified

1 Answers  


TNS-00556: no method specified for wallet retrieval

1 Answers  


ORA-01037: maximum cursor memory exceeded

1 Answers  


ORA-06810: TLI Driver: could not set the IPX ethernet SAP at init

1 Answers  


CLSR-00531: Can not get primary group name

1 Answers  


QSM-01097: Materialized view with grouping sets has too long key

1 Answers  


NID-00126: Database should have no datafiles in unknown state

1 Answers  


ORA-28156: Proxy user 'string' not authorized to set role 'string' for client 'string'

1 Answers  


ORA-13410: invalid layerNumbers or bandNumbers parameter

1 Answers  


ORA-09878: sstascre/sstasat: shmat error, unable to attach tas write page

1 Answers  


ORA-22627: tc [string] must be that of object/varray/nested table

1 Answers  


Categories