ORA-01775: looping chain of synonyms with TOAD_PLAN_TABLE

This is an old problem, there is even a TOAD related answer on StackOverflow :slight_smile:
https://stackoverflow.com/a/247620

When the table TOAD_PLAN_TABLE is dropped, Explain Plan raises

[Error] Explain Plan (3: 68): ORA-01775: looping chain of synonyms

This cannot be resolved without dropping the synonym manually
DROP PUBLIC SYNONYM toad_plan_table;

the next call to Explain Plan raises

[Error] Explain Plan (2: 57): ORA-02404: specified plan table not found


Since the solution is less than obvious because of the Oracle error message, is there a way for TOAD to handle this better?

Did you get this?

I saw this initially, but had my head down working on other stuff, then forgot to come back to it. I'll take a look.

Update 12/9/2019: Fixed in Toad for Oracle 13.3 Beta