Initially, login as the owner of the table and grant access to the user in whose schema the synonyms are to be created.

*********************************************************
connect as the synonym owner
Create synonym synonym_name for schema.tablename;

select * from synonym_name;

*********************************************************

Hope this will solve the problem.

Tks

Partha

(Njoy DBAing)