Home Privacy Policy Feedback Link to us Site Map

Oracle/PLSQL: ORA-00980 Error


Error:

ORA-00980: synonym translation is no longer valid

Cause:

You tried to reference a synonym that no longer exists.

Action:

The options to resolve this Oracle error are:
  1. Reference the object directly (include schema name, if appropriate).
  2. Re-create the synonym.