ALL_SYNONYMS v16
The ALL_SYNONYMS
view provides information on all synonyms that the current user can reference.
Name | Type | Description |
---|---|---|
owner | TEXT | User name of the synonym owner. |
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 object owner. |
table_schema_name | TEXT | Name of the schema in which the table resides. |
table_name | TEXT | Name of the object that the synonym refers to. |
db_link | TEXT | Name of any associated database link. |