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-07742: slemop: $CONNECT failure

1 Answers  


ORA-12916: Cannot use default permanent tablespace with this release

1 Answers  


ORA-01661: tablespace 'string' is already temporary

1 Answers  


ORA-01113: file string needs media recovery

1 Answers  


TNS-00125: Failed to get number of Interchanges in TNSNET.ORA

1 Answers  






ORA-24391: invalid fetch operation

1 Answers  


ORA-16569: Data Guard configuration is not enabled.

1 Answers  


ORA-30683: failure establishing connection to debugger

1 Answers  


ORA-14125: REVERSE/NOREVERSE may not be specified in this context

1 Answers  


PLS-00569: numeric overflow or underflow

1 Answers  


ORA-01719: outer join operator (+) not allowed in operand of OR or IN

2 Answers  


RMAN-06548: connected to auxiliary database: string (DBID=string)

1 Answers  


Categories