Explicit cursor attributes in Oracle are: %FOUND (row fetched), %NOTFOUND (no row fetched), %ISOPEN (cursor state), and %ROWCOUNT (rows fetched so far). %OPEN is not a valid attribute - the correct one is %ISOPEN. The question asks which is NOT an attribute, making option C correct.