Database Error Messages

ORA-49027

Invalid reference of iterator variable iterator_variable in the WHERE clause of a GRAPH_TABLE operator
  • iterator_variable: The name of the referenced iterator variable.

Cause

An iterator variable is referenced in the WHERE clause inside GRAPH_TABLE.


Action

Move the filter outside of GRAPH_TABLE or remove the reference to the iterator variable.