Database Error Messages

ORA-62578

cursor expressions are not allowed with polymorphic table functions

Cause

A cursor expression was used as an argument to polymorphic table function.


Action

Instead of using the CURSOR expression, use the REF CURSOR bind parameter.