Oracle Error Message
ORA-22902: CURSOR expression not allowed
Reason for the Error
CURSOR on a subquery is allowed only in the top-level SELECT list of a query.
Solution
None
ORA-22902: CURSOR expression not allowed
CURSOR on a subquery is allowed only in the top-level SELECT list of a query.
None