DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_SYNONYMS

Object Details
Object Name: DBA_SYNONYMS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All synonyms in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Username of the owner of the synonym
SYNONYM_NAME VARCHAR2 (128) Yes Name of the synonym
TABLE_OWNER VARCHAR2 (128)
Owner of the object referenced by the synonym
TABLE_NAME VARCHAR2 (128) Yes Name of the object referenced by the synonym
DB_LINK VARCHAR2 (128)
Name of the database link referenced in a remote synonym
ORIGIN_CON_ID NUMBER

ID of Container where row originates
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      SYNONYM_NAME
,      TABLE_OWNER
,      TABLE_NAME
,      DB_LINK
,      ORIGIN_CON_ID
FROM SYS.DBA_SYNONYMS;

Dependencies

[top of page]

SYS.DBA_SYNONYMS references the following:

SchemaSYS
ViewINT$DBA_SYNONYMS
SYS.DBA_SYNONYMS is referenced by following:

SchemaAPPS
Package BodyETRM_PNAV - show dependent code
SchemaCTXSYS
Package BodyDRIACC - show dependent code
SchemaPUBLIC
SynonymDBA_SYNONYMS
SchemaSYS
Package BodyDBMSOBJG - show dependent code
Package BodyDBMS_REGXDB - show dependent code
Package BodyDBMS_REPCAT_UTL - show dependent code
Package BodyDBMS_REPCAT_UTL2 - show dependent code
Package BodyDBMS_REPCAT_UTL4 - show dependent code