I am executing a select query on all_objects:
select * from all_objects;
I am getting below error:
select * from all_objects *
ERROR at line 1: ORA-01775: looping chain of synonyms
I am not so sure why this error is coming. What I understand from this error is that a synonyms is defined which somehow reffered to itself. But that error should not come while selecting anything from all_objects. Is my database is corrupted.
P.S. I know enough is asked on this error but all the answers given are not answering my question. I am really new to oracle a solution for this issue will be of great help.