set lines 200col OWNER format a15col DB_LINK format a30col username format a25col host format a20col created format a20select * from dba_db_links ;
Post a Comment
1 comment:
set lines 200
col OWNER format a15
col DB_LINK format a30
col username format a25
col host format a20
col created format a20
select * from dba_db_links ;
Post a Comment