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


VIEW: SYS.USER_DB_LINKS

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

Database links owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
DB_LINK VARCHAR2 (128) Yes Name of the database link
USERNAME VARCHAR2 (128)
Name of user to log on as
PASSWORD VARCHAR2 (128)
Deprecated-Password for logon
HOST VARCHAR2 (2000)
SQL*Net string for connect
CREATED DATE
Yes Creation time of the database link
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DB_LINK
,      USERNAME
,      PASSWORD
,      HOST
,      CREATED
FROM SYS.USER_DB_LINKS;

Dependencies

[top of page]

SYS.USER_DB_LINKS references the following:

SchemaSYS
TableLINK$
SYS.USER_DB_LINKS is referenced by following:

SchemaPUBLIC
SynonymUSER_DB_LINKS
SchemaSYS
Package BodyDBMS_CDC_IPUBLISH - show dependent code