Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 03 Nov 2004 @ 14:43:35 GMT


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


Subj:   Re: Max Load Utilities
 
From:   Fred Pluebell

When a "multi-session" utility logs on, all of the related sessions will be assigned the same Logon Sequence Number. You can find the number of currently active utilities by querying DBC.SessionInfo:

     lock DBC.SessionInfo for access
      select
      Partition
     ,count(distinct(LogonSequenceNo))
      from DBC.SessionInfo
      where Partition in ('MLOAD', 'FASTLOAD', 'EXPORT')
      group by 1;


     
  <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