Oracle Error Message
ORA-32036: unsupported case for inlining of query name in WITH clause
Reason for the Error
There is at least one query name which is inlined more than once because its definition query is too simple and references another query name. This is currently unsupported yet.
Solution
remove such query name and retry