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-12421: different size binary labels

1 Answers  


ORA-16225: Missing LogMiner session name for Streams

1 Answers  


ORA-17619: max number of processes using I/O slaves in a instance reached

1 Answers  


ORA-00026: missing or invalid session ID

1 Answers  


ORA-14551: cannot perform a DML operation inside a query

1 Answers  


PCC-02337: cannot declare multi-dimensioned array for this type

1 Answers  


RMAN-10040: asynchronous support not detected, RMAN will run synchronously

1 Answers  


SQL-02120: First and second arguments to SQLRCN both null

1 Answers  


ORA-09760: osnpui: cannot send break message

1 Answers  


NNL-00850: Rename requests received: number

1 Answers  


ORA-06114: NETTCP: SID lookup failure

1 Answers  


RMAN-06195: auxiliary database not started

1 Answers  


Categories