Database Error Messages

ORA-18507

invalid use of bind variable "string" in the analytic view query

Cause

A bind variable with the same name but different value was used in a clause of the query-scoped analytic view.


Action

Rename the bind variable so that all of the names are unique.