qlinks.sql

The qlinks script will show database links that are in the database

SQL

col owner format a20
col DB_LINK format a30
col username format a20
col host format a30
select * from dba_db_links;

Output

Leave a comment