Hi All

I am trying to create a synonym for database link

using

create synonym test for testdb.us.oracle.com;
*

ERROR at line 1:
ORA-00933: SQL command not properly ended



Is it that we cannot create a synonym for a database link
or is there something misssing in the above SQL


Regards