ORA-00980: synonym translation is no longer valid
msDec 17 2010 — edited Dec 18 2010Hello Everyone
I'm using oracle 11g database,windows xp. I have created a table in scott and given grant create synonym as sysdba/scott.I have given synonym and grant rights from scott ( as sysdba ) to system db. But when i query the particular table from system db i get the error ORA-00980: synonym translation is no longer valid. But i'm able to query the table by appending SCOTT.table name. Could you pls sugest how to solve this problem.
Thanks
Gautam