Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Fri, 16 May 2003 @ 16:34:38 GMT


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


Subj:   Column Explanations
 
From:   Ferry, Craig

Does anyone know the difference between the following types of events?

Event Count(*)
Logon failed 4864
Forced Off 1
Logon 164118
Bad Password 91
Bad User 88

I ran the following query to get these results.

SELECT event, count(*)
FROM dbc.logonoff
WHERE extract(month from logdate) = extract(month from date) - 1
AND event <> 'Logoff'
GROUP BY 1

Also I am trying to automate some SQLs to give some performance statistics about the system. I currently monitor things through the Teradata Manager and other utilities. Does anyone have any SQLs that they may have used to do this already?


Thanks in advance

Craig



     
  <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