Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 17 Feb 2010 @ 16:45:08 GMT


     
  <Prev Next>   <<First <Prev
Next>
Last>>
 


Subj:   Re: Finding out the session information
 
From:   Martinez, Joseph

You could try :

     SELECT
        Session;

And...grab the session number from that query. Next plug that value into:

     LOCK ROW ACCESS
     SELECT * FROM
        sysdbaview.QryLog
     WHERE
        sessionid = ''
     AND
        username = ''
     ;

You can also join to qrylogsql on procid and queryid and get more specific requests...



     
  <Prev Next>   <<First <Prev
Next>
Last>>
 
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023