[Home] [Help]
[Dependency Information]
| Object Name: | ALL_SYNONYMS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All synonyms for base objects accessible to the user and session
| 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 |
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;
SYS
INT$DBA_SYNONYMS
OBJAUTH$
USER$
_ALL_SYNONYMS_TREE
_CURRENT_EDITION_OBJ
PUBLIC
ALL_SYNONYMS
SYS
ALL_POLICIES
ALL_POLICY_ATTRIBUTES
ALL_POLICY_CONTEXTS
ALL_POLICY_GROUPS
DBMS_COMPARISON
- show dependent code
DBMS_DBFS_CONTENT
- show dependent code
OWA_UTIL
- show dependent code
|
|
|
|