USER_DB_LINKS v15
The USER_DB_LINKS view provides information about all database links that are owned by the current user.
| Name | Type | Description |
|---|---|---|
db_link | TEXT | Name of the database link. |
type | CHARACTER VARYING | Type of remote server. Value is either REDWOOD or EDB. |
username | TEXT | User name of the user logging in. |
password | TEXT | Password used to authenticate on the remote server. |
host | TEXT | Name or IP address of the remote server. |