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: Peeking into another transaction

Re: Peeking into another transaction

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 16 May 2002 19:17:29 +0200
Message-ID: <gbq7eu4fi8l7dm68j4ncdqu6rltf5hq5tc@4ax.com>


On 16 May 2002 07:51:03 -0700, marcel.kraupp_at_gmx.ch (Marcel Kraupp) wrote:

>Hello
>
>I am wondering if it is possible to peek into another
>transaction/session.
>That is, if I can make oracle let me see what another transaction is
>actually seeing, thus foregoing the service that rollback (consistent
>gets?) provides.
>
>I am asking this because I have a procedure which is running since a
>long
>time ago and I'd like to see how far it has already progressed. I am
>aware that I can query used_urec in v$transaction, but I have no idea
>which amount used_urec will have when the procedure in question is
>finished. The version is 8i, but I am also interested if there is
>something like this on 9i.
>
>thanks
>MK

Please refer to v$session_longops.
It contains the info you require

Hth

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Thu May 16 2002 - 12:17:29 CDT

Original text of this message

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