Thursday, 8 September 2022

Find all db_links

set pagesize 300
set linesize 300
col created format A10
col host format A15
col owner format A20
col DB_LINK format A40
col USERNAME format A20
select * from dba_db_links;

No comments:

Post a Comment