Skip Headers
Oracle® TimesTen In-Memory Database SQL Reference
Release 11.2.1

Part Number E13070-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

SYS.ALL_SYNONYMS

The ALL_SYNONYMS view describes the synonyms accessible to the current user. These criteria determine the list of synonyms that ALL_SYNONYMS shows:

The base object can be a table, view, synonym, sequence, PL/SQL stored procedure, PL/SQL function, PL/SQL package, materialized view or cache group.

Related views

Columns

Column name Type Description
OWNER VARCHAR2 (30) INLINE Owner of the synonym
SYNONYM_NAME VARCHAR2 (30) INLINE Name of the synonym
TABLE_OWNER VARCHAR2 (30) INLINE Owner of the object referenced by the synonym, or creator of the referring synonym if the target is a public synonym.
TABLE_NAME VARCHAR2 (30) INLINE Name of the object referenced by the synonym.
DB_LINK VARCHAR2 (128) Reserved for future use. The value is always NULL.