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-24050: subscribers are not supported for exception queue string

1 Answers  


ORA-14183: TABLESPACE DEFAULT can be specified only for Composite LOCAL index

1 Answers  


RMAN-05503: at least one auxiliary channel must be allocated to execute this command

1 Answers  


NID-00397: Changing database name from string to string

1 Answers  


ORA-01205: not a data file - type number in header is string

1 Answers  






ORA-39121: Table string can't be replaced, data will be skipped. Failing error is: string

1 Answers  


RMAN-20502: DELETE EXPIRED cannot delete objects that exist - run CROSSCHECK

1 Answers  


ORA-00238: operation would reuse a filename that is part of the database

1 Answers  


PCC-02447: Cannot specify destination offset in a LOB WRITE APPEND

1 Answers  


ORA-32733: Error occurred when executing Parallel Oradebug

1 Answers  


PCC-02134: CMD-LINE: Null option supplied

1 Answers  


ORA-27453: %s is an invalid job or program argument name.

1 Answers  


Categories