Home > Managing Database Objects w... > Managing Synonyms > Creating Synonyms
To create a synonym:
On the Workspace home page, click SQL Workshop and then Object Browser.
Object Browser appears.
Click Create.
From the list of object types, select Synonym.
Define the synonym:
Synonym Name - Enter a name.
Public or Private - Specify whether the synonym should be public or private.
Schema - Select the database schema (or user name) which owns the object upon which you want to create your synonym.
Object - Enter the name of the object upon which you want to create a synonym.
Database Link - Enter the name of the database link to use if the synonym is to be create on a remote object.
Click Next.
A confirmation page appears. To view the SQL used to create the synonym, click Show SQL.
Click Finish.