Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User activity monitor

Status
Not open for further replies.

devendrap

Programmer
Aug 22, 2001
50
US
Hi,

I would like to monitor my Login.
Like When last time I quired on Tera Box?
How much time did it take to excute query?
How many session are running on my name?
What SQL is querying on Box?
From which machine query came from?

Is teradata any log file? or some table where could i see all information.

Thank you,
 
I would suggest that you install a copy of PMON. It can tell you how many sessions you have running, user name , where they connected from. The length of all queries?
 
Hi Devendrap

You could try quering the following DBC tables to give you most of the info you require. DBC.LOGONOFF and DBC.ACCESSLOG. The latter assumes that you have access logging enabled for the user id you are logging on with

TheMartian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top