[Home] [Help]
[Dependency Information]
| Object Name: | USER_SYNONYMS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
The user's private synonyms
| 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 |
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;
SYS
INT$DBA_SYNONYMS
PUBLIC
SYN
USER_SYNONYMS
|
|
|
|