|
|
Archives of the TeradataForum
Message Posted: Sat, 26 Sep 2009 @ 08:05:38 GMT
Subj: | | Re: Logon Timeouts |
|
From: | | Darapureddy, Sudheer |
Hi,
| Is it possible to measure the number of login timeouts that occurred on a Teradata system? | |
The database connections are handled by gateway and the gateway events are logged in dbc.sw_event_log.
Ex -
sel thedate,thetime,text
from dbc.sw_event_log
where text like '%Logon Timed Out%'
07/14/2009 213204.94 Logon Timed Out
05/14/2009 25441.82 Logon Timed Out
Thanks,
Sudheer.
| |