I have a query that is failing after a join. I have greatly simplified the query to try and pin down the problem. We are using a SDE source with in Oracle 12c.
The cut down query...
exists (select * from ARCFM8.Transformer)
Working fine before the join....

Not working after the join....

Suggestions?