Synonym - an alias for a table, view, sequence, or program unit
|
A synonym is not actually an object itself, but instead is a direct reference to an object
|
A synonym can be public or private.
-
A Private synonym is only visible to the user who created it.
-
DBA most often create public synonyms that make the base schema object available for general, system-wide use by any database user
|