ALL_SYNONYMS¶
ALL_SYNONYMS displays all synonyms accessible to the current user.
Column | Type | Description |
---|---|---|
owner | Text | Owner of a synonym |
schema_name | Text | Name of the schema to which the synonym belongs |
synonym_name | Text | Synonym name |
table_owner | Text | Owner of the associated object |
table_schema_name | Text | Name of the schema the associated object belongs to |
table_name | Text | Name of the associated object |