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


VIEW: SYS.USER_SYNONYMS

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

The user's private synonyms

[View Source]

Columns
Name Datatype Length Mandatory Comments
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)
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 SYNONYM_NAME
,      TABLE_OWNER
,      TABLE_NAME
,      DB_LINK
,      ORIGIN_CON_ID
FROM SYS.USER_SYNONYMS;

Dependencies

[top of page]

SYS.USER_SYNONYMS references the following:

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

SchemaPUBLIC
SynonymSYN
SynonymUSER_SYNONYMS