Showing posts with label ORA-32031. Show all posts
Showing posts with label ORA-32031. Show all posts

Friday, 1 June 2012

ORA-32031: illegal reference of a query name in WITH clause

ORA-32031: illegal reference of a query name in WITH clause

Cause: forward or recursive reference of a query name in WITH clause is not allowed.

Action: Correct query statement, then retry.