Query to find all transactions for a particular user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijayalakshmip
    New Member
    • Nov 2007
    • 2

    Query to find all transactions for a particular user

    Hi All,

    I want a query to findout all(count) the transaction( insert/ update /delete) for all tables in a particular user for the database.All the transaction happened in single day,in tables. I don’t have any timestamp or date field in that table.

    Could you please tell me,Is it possible?. I tried and didn’t find any clue?.

    Thanks,
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Kindly post what you have tried .

    Comment

    • vijayalakshmip
      New Member
      • Nov 2007
      • 2

      #3
      Originally posted by debasisdas
      Kindly post what you have tried .
      Tried querying V$Session to check for active sessions.
      Then a join in v$session and v$transaction view to get the number of
      transactions being executed in database.But it resulted in the number of transactions currently running.Kindly help for my query.

      Comment

      Working...