Thursday 16 June 2016

Query to get Database Links



SELECT owner            "Owner"
,      db_link          "Link Name"
,      username         "Username"
,      created          "Created"
,      host             xonly_host
FROM   all_db_links
ORDER BY 1,2

No comments:

Post a Comment