Database Error Messages

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

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.