Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-22902

CURSOR expression is not allowed in this context.

Cause

A CURSOR expression was specified outside the SELECT list of the top-level query block or as an argument to a PL/SQL function.


Action

Specify the CURSOR expression only inside the SELECT list of the top-level query block or as an argument to a PL/SQL function.