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 <u705413818_at_spawnkill.ip-mobilphone.net>
Date: Thu, 02 May 2002 18:53:24 GMT
Message-ID: <l.1020365604.1794158935@[64.94.198.252]>


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  

-- 
Sent by joebayerii from hotmail part  from com
This is a spam protected message. Please answer with reference header.
Posted via http://www.usenet-replayer.com/cgi/content/new
Received on Thu May 02 2002 - 13:53:24 CDT

Original text of this message

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