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


VIEW: SYS.ALL_SYNONYMS

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

All synonyms for base objects accessible to the user and session

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the synonym
SYNONYM_NAME VARCHAR2 (128)
Name of the synonym
TABLE_OWNER VARCHAR2 (128)
Owner of the object referenced by the synonym
TABLE_NAME VARCHAR2 (128)
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.ALL_SYNONYMS;

Dependencies

[top of page]

SYS.ALL_SYNONYMS references the following:

SchemaSYS
ViewINT$DBA_SYNONYMS
TableOBJAUTH$
TableUSER$
View_ALL_SYNONYMS_TREE
View_CURRENT_EDITION_OBJ
SYS.ALL_SYNONYMS is referenced by following:

SchemaPUBLIC
SynonymALL_SYNONYMS
SchemaSYS
ViewALL_POLICIES
ViewALL_POLICY_ATTRIBUTES
ViewALL_POLICY_CONTEXTS
ViewALL_POLICY_GROUPS
Package BodyDBMS_COMPARISON - show dependent code
Package BodyDBMS_DBFS_CONTENT - show dependent code
Package BodyOWA_UTIL - show dependent code