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

Thread: Oracle Benchmarking

  1. #1
    Join Date
    May 2008
    Posts
    5

    Oracle Benchmarking

    Hi

    I have 2 questions.

    1. How can I find out transactions per second in an oracle 10g database apart from the load profile section in awr report ?

    2. How can I find out the concurrent number of processes at any point of time in an oracle 10g database?

    Are there any database tables views to get these 2 statistics

    Thanks in advance.

    Bye
    sabya

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    2) v$process

  3. #3
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    Why not a AWR or statspack report i am kind of curious why are you not interested in these two reports ?

    regards
    Hrishy

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    look v$sysstat and user delta values for user commits and user rollbacks, add both and divide by the delta time

    Regards
    Last edited by pando; 06-10-2009 at 01:15 AM.

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