Database Error Messages

ORA-49028

The PL/SQL variable plsql_variable is referenced inside a GRAPH_TABLE operator.
  • plsql_variable: The name of the referenced PL/SQL variable.

Cause

The use of PL/SQL variables is not supported in a GRAPH_TABLE operator.


Action

Remove the PL/SQL variable.