Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: question about v$session_longops
Ryan,
Couple of thoughts:
-Mark
-----Original Message-----
From: ryan.gaffuri_at_cox.net [mailto:ryan.gaffuri_at_cox.net]
Sent: Monday, February 09, 2004 5:20 PM
To: oracle-l_at_freelists.org
Subject: Re: question about v$session_longops
Followup. I know what is running and the sid by using the following = query=20
SELECT sql_text, saddr, start_scnb,sid =20 FROM v$sqlarea,v$session, v$transaction =20 WHERE v$sqlarea.address =3D v$session.sql_address AND v$transaction.ses_addr =3Dv$session.saddr =20 ORDER BY start_scnb =20
However, when i check v$session_longops for the sid in question, a = transaction that has completed shows up? Also, there are several = transactions in v$session_longops that I know have completed. Such as = create indexes statements(since I see them in the dba_indexes).
>=20
>=20
>=20
>=20> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Feb 09 2004 - 16:24:27 CST
![]() |
![]() |