DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Session_long_ops

  1. #1
    Join Date
    Jul 2003
    Location
    Cincinnati
    Posts
    68

    Session_long_ops

    I identified a user who is running a query that is taking longer than usual. I need to know how much more time is needed. I know we can use the session_long_ops to find out but what is the exact query given the SID. What are the limiatations? This is actually a job that collects data into a file.

    I have a SID from v$session but when i use it in v$session_longops it returns nothing. But that SID is still showing as ACTIVE

    Would appreciate immediate help
    Thanks, ST2003
    Last edited by st2003; 01-06-2006 at 11:04 AM.

  2. #2
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    Quote Originally Posted by st2003
    I identified a user who is running a query that is taking longer than usual. I need to know how much more time is needed. I know we can use the session_long_ops to find out but what is the exact query given the SID. What are the limiatations? This is actually a job that collects data into a file.

    I have a SID from v$session but when i use it in v$session_longops it returns nothing. But that SID is still showing as ACTIVE

    Would appreciate immediate help
    Thanks, ST2003
    To use Session_longops you have:
    -jobs running for more than 6 secs.
    -to set TIMIED_STATISTICS or SQL_TRACE parameter.
    -Statistics already set

    If you have the above set already then you should have no troubles in seeing the columns populated!!!!!!!!
    "What is past is PROLOGUE"

  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Quote Originally Posted by st2003
    I identified a user who is running a query that is taking longer than usual. I need to know how much more time is needed. I know we can use the session_long_ops to find out but what is the exact query given the SID. What are the limiatations? This is actually a job that collects data into a file.

    I have a SID from v$session but when i use it in v$session_longops it returns nothing. But that SID is still showing as ACTIVE

    Would appreciate immediate help
    Thanks, ST2003
    There are some bugs related to v$session_longops.
    You can see the output from this view only when FULL TABLE SCAN or FAST FULL INDEX scan occur in the query plan.

    Tamil

  4. #4
    Join Date
    Jul 2003
    Location
    Cincinnati
    Posts
    68
    Thanks a lot for all your input. Really helpful.

    The query started showing results eventually.

    ST2003

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width