Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Help: Is there any way we can get all the db_links that are active?

Help: Is there any way we can get all the db_links that are active?

From: Joe Bayer <-)_at_hotmail.com>
Date: Fri, 03 May 2002 01:42:03 GMT
Message-ID: <LVlA8.16295$ap4.6623@nwrddc03.gnilink.net>


Somebody suggested

select username,
db_link,
logged_on,
heterogeneous,
protocol,
open_cursors,
in_transaction ,
update_sent,
commit_point_strength
from v$dblink,
dba_users
Where owner_id = user_id order by 1,2

But it always returns no rows even though I know there is some open db links

Any suggestions?

Thanks Received on Thu May 02 2002 - 20:42:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US