Code:
SQL> create synonym  xx for th.ddf;

Synonym created.

SQL> select * from xx;
select * from xx
              *
ERROR at line 1:
ORA-00980: synonym translation is no longer valid
Abhay is correct.