How can we check User activity on Database

In this forum Oracle Applications DBA's, System Administrators & Developers can share their knowledge/issues.
Post Reply
zeenat khan
Posts: 35
Joined: Wed Apr 04, 2007 4:15 am
Location: Pakistan

How can we check User activity on Database

Post by zeenat khan »

I want to create / maintain transaction history of any user connected to Database by Toad / SQL Developer etc.
Is it possible and how can I do this.
wizard786
Posts: 2
Joined: Tue Nov 28, 2006 5:12 am
Location: India

Post by wizard786 »

Hi Zeenat,
Find the SID of the sessions working from TOAD. Then you can set trace in that session and find what they have been doing.

cheers,
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post by anu_uma »

Hi,

Can u please give some more in detail... if u can pls give the query and what should we do to trace an user
Rizwan.Cheema
Posts: 12
Joined: Thu Aug 24, 2006 3:12 am
Location: Pakistan

Post by Rizwan.Cheema »

Hi Zeenat,

You can get information through V$SESSION

select STATUS, SERVER, SCHEMANAME, OSUSER, PROCESS, MACHINE, TERMINAL, PROGRAM, TYPE, SQL_ADDRESS from v$session

Thanks and Regards
Rizwan Cheema
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests