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 -> Re: distributed transaction detecting

Re: distributed transaction detecting

From: Yong Huang <yong321_at_yahoo.com>
Date: 24 Mar 2002 13:50:14 -0800
Message-ID: <b3cb12d6.0203241350.61008ff6@posting.google.com>


When you say "remote machine", you mean "remote database", not a remote client? Then the only thing I can think of for now is select current_utilization from v$resource_limit where resource_name = 'distributed_transactions'. If it's not 0, there must be one such transaction.

If you know from what databases these transactions could come from, you can monitor v$lock on those databases for type = 'DX'.

Yong Huang
yong321_at_yahoo.com

olaf_at_raether.de (Olaf Raether) wrote in message news:<8b55fad6.0203220947.19278b61_at_posting.google.com>...
> Hey,
> hey is it possible to detect an distributed transaction ?
>
> i want to detect, if an insert, update or delete is comming
> from a remote machine.
>
> thanks
>
> Olaf Raether
Received on Sun Mar 24 2002 - 15:50:14 CST

Original text of this message

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