forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
4.9 KiB
4.9 KiB
DBA_SYNONYMS
DBA_SYNONYMS displays all synonyms in the database. It is accessible only to users with system administrator rights.
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 |
Parent topic: System Views