Database Error Messages

OCI-49043

Label expression "label" can never be satisfied for element variable "variable".
  • label: The label that the variable parameter can satisfy.
  • variable: The vertex or edge.

Cause

The label exists in the property graph, but the specified variable can never match the specified label.


Action

Change the label parameter or remove the IS LABELED predicate reference.