Get a database link

get

/database/db_links/{owner},{db_link}

Describes a database link in the database. Uses DBA_DB_LINKS or ALL_DB_LINKS view depending on the role access at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information on the specific database link.
Body ()
Root Schema : DatabaseLinksItem
Type: object
A database link is a connection between two physical database servers that allows a client to access them as one logical database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top