USER_SYNONYMS v16
The USER_SYNONYMS
view provides information about all synonyms owned by the current user.
Name | Type | Description |
---|---|---|
schema_name | TEXT | Name of the schema in which the synonym resides. |
synonym_name | TEXT | Name of the synonym. |
table_owner | TEXT | User name of the owner of the table on which the synonym is defined. |
table_schema_name | TEXT | Name of the schema in which the table resides. |
table_name | TEXT | Name of the table on which the synonym is defined. |
db_link | TEXT | Name of any associated database link. |