Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6145067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:44:32+00:00 2026-05-23T18:44:32+00:00

I have a html version of the Oracle Statspack report. I am trying to

  • 0

I have a html version of the Oracle Statspack report. I am trying to interpret the data on the report to extract a number of different values but I’m not sure where to look. In particular, I am trying to find

  • the number of queries to the database
  • the number of commits
  • the number of rollbacks
  • writes into the database
  • the number of sessions
  • the amount of network traffic
  • initial volume
  • volume increase rate

Anyone with any idea as how to get these values as they are not obvious from the html? Sorry, I can’t share the html.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:44:34+00:00Added an answer on May 23, 2026 at 6:44 pm

    That information should all be in the load profile section at the very top of the Statspack report. Taking this sample report as an example

    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                                       ---------------       ---------------
                      Redo size:             71,177.49              4,528.86
                  Logical reads:             38,275.00              2,435.35
                  Block changes:                419.22                 26.67
                 Physical reads:              6,416.62                408.27
                Physical writes:                123.09                  7.83
                     User calls:              1,448.24                 92.15
                         Parses:                467.38                 29.74
                    Hard parses:                  0.41                  0.03
                          Sorts:                475.13                 30.23
                         Logons:                  7.20                  0.46
                       Executes:              2,101.90                133.74
                   Transactions:                 15.72
    
      % Blocks changed per Read:    1.10    Recursive Call %:     68.39
     Rollback per transaction %:    0.10       Rows per Sort:    250.70
    

    Executes is the number of SQL statements that are executed. In this case, 2,101.9 queries were executed on average per second and 133.74 were executed on average per transaction.

    Transactions is the number of transactions (i.e. the number of commits + the number of rollbacks). In this case, there were on average 15.72 per second.

    Rollback per transaction % is the percentage of transactions that were rollbacks. Since just 0.10% of the transactions were rollbacks, 99.9% of the transactions were commits. You could combine the that fraction with the total number of transactions to get the number of commits per second and the number of rollbacks per second if you so desired.

    For the additional items you’re interested in

    What does the number of sessions mean to you? Potentially, you want the number of new sessions that are created which would probably be the Logons value, i.e. an average of 7.20 sessions were created every second.

    Are you interested in the volume of network traffic or in the amount of time spent waiting on network communication? Statistics like

    bytes received via SQL*Net from c        166,752,176      114,213.8      7,267.2
    bytes sent via SQL*Net to client         282,458,320      193,464.6     12,309.7
    

    tell you that roughly 159 MB of data was sent to the database from the clients over the duration of the snapshot while roughly 269 MB of data was sent to the clients from the database.

    I don’t know what you mean by “initial volume” or “volume increase rate”. What volume are you measuring? What rate of increase are you measuring?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an html table. Here is a simplified version: <table> <tr> <td><div style=display:
I have the following: QString html = ui->DetailsTextBrowser->document()->toHtml(); html = details.replace(#VERSION, 1.0); ui->DetailsTextBrowser->document()->setHtml(details); Unfortunately
I'm using jQuery version 1.7.1 from Google CDN and have the following code: $(menuInstance).delay(2000).removeClass('loading').html(ul);
I have report that I must convert to PDF using xsl-fo from xml data
I have an Oracle server (version 9, I believe) and a MS SQL server
I am using chrome version 18.0.1025.162 m I have html file with iframe within
I have html code like this <tr class=odd> <td><b>Reason for Termination:</b></td> <td>this has bunch
I have html and css as below - .title { display: block; background-color: red;
I have HTML page where windows media player is embedded. It works very well
I have HTML tidy extension on my home computer using PHP 5.2.11 (Windows -

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.