Postgres Plus Advanced Server Oracle Compatibility Developer's Guide : 10.21 DBA_DB_LINKS
Postgres Plus Advanced Server Oracle Compatibility Developer's Guide
10.21 DBA_DB_LINKS
The DBA_DB_LINKS view provides information about all database links in the database.
Name |
Type |
Description |
owner |
TEXT |
User name of the database link’s owner. |
schema_name |
TEXT |
Name of the schema in which the link belongs. |
db_link |
TEXT |
The name of the database link. |
type |
CHARACTER VARYING |
Type of remote server. Value will be either REDWOOD or EDB |
username |
TEXT |
User name of the user logging in. |
host |
TEXT |
Name or IP address of the remote server. |