Re: question about v$session_longops

  • From: <ryan.gaffuri@xxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 9 Feb 2004 17:19:53 -0500

Followup. I know what is running and the sid by using the following query 

SELECT sql_text, saddr,  start_scnb,sid       
FROM v$sqlarea,v$session, v$transaction     
WHERE v$sqlarea.address = v$session.sql_address
AND    v$transaction.ses_addr =v$session.saddr  
ORDER BY start_scnb   

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).



> 
> From: <ryan.gaffuri@xxxxxxx>
> Date: 2004/02/09 Mon PM 05:03:47 EST
> To: oracle-l@xxxxxxxxxxxxx
> Subject: question about v$session_longops
> 
> I have a script running a series of deletes. the current one has been running 
> for over an hour. When I check v$session_longops it shows a previous delete 
> statement that I know completed. 
> 
> Also, Im not getting any value in time_remaining. 
> 
> any ideas?
> 
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at //www.freelists.org/archives/oracle-l/
> FAQ is at //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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: