DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: count # of transactions in DB

  1. #1
    Join Date
    Jul 2001
    Location
    Montreal
    Posts
    222

    Question count # of transactions in DB

    Hi. I would like to know whether there is a way to capture the overall number of transactions that access the database during a given period of time. (i.e between 12:00-1:00 the number of transactions (querries, updates, deletes..etc) Can I use statpack or awrrpt to provide this information ? Will it give me this level of details ? Is there another mechanism ?
    thanks for your support.

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    OEM?... Performance/Instance activity/Transaction
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Jul 2001
    Location
    Montreal
    Posts
    222
    Quote Originally Posted by PAVB
    OEM?... Performance/Instance activity/Transaction
    I have OEM console only. I do not have the packs.

  4. #4
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Maybe you could use dba_hist_seg_stat know activity for every segment in your db.

    Regards

  5. #5
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by aarroyob
    Maybe you could use dba_hist_seg_stat know activity for every segment in your db.
    I have to say you got my full attention.
    May I ask how are you planning to infer the number of transactions in the system looking at dba_hist_seg_stat?
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width