DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: statspack report question

  1. #1
    Join Date
    Oct 2003
    Posts
    312

    statspack report question

    The RAc database has been switch to DEDICATED mode, why do we still recieve two statspack report and which one should we concentrate on????

    Thanks,

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334

    Re: statspack report question

    Originally posted by learning_bee
    The RAc database has been switch to DEDICATED mode, why do we still recieve two statspack report and which one should we concentrate on????

    Thanks,
    what do you think the connection mode has anything to do with statspack?

    you are getting a report per instance

  3. #3
    Join Date
    Oct 2003
    Posts
    312
    thanks Davey,

    what do you think of the below info form statspack???

    Code:
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:   99.72       Redo NoWait %:  100.00
                Buffer  Hit   %:   99.01    In-memory Sort %:  100.00
                Library Hit   %:   93.10        Soft Parse %:   74.57
             Execute to Parse %:   62.10         Latch Hit %:   99.09
    Parse CPU to Parse Elapsd %:   75.09     % Non-Parse CPU:   83.02
    
     Shared Pool Statistics        Begin   End
                                   ------  ------
                 Memory Usage %:   92.12   91.59
        % SQL with executions>1:   49.31   44.67
      % Memory for SQL w/exec>1:   23.97   21.91
    
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~                                                     % Total
    Event                                               Waits    Time (s) Ela Time
    -------------------------------------------- ------------ ----------- --------
    CPU time                                                        3,996    32.13
    global cache cr request                         4,878,612       2,252    18.11
    db file scattered read                            765,763       1,811    14.56
    enqueue                                             7,223       1,469    11.81
    db file sequential read                           632,876         972     7.82
    why the Execute to Parse is so low and the wait time in global cache cr request huge????

    thanks,
    Last edited by learning_bee; 01-12-2005 at 10:46 AM.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    i am hazarding a guess that you aren't using a binds a whole lot (look at your soft parse ratio %), that is causing you problems I would guess

  5. #5
    Join Date
    Oct 2003
    Posts
    312
    that's absolutely right and unfortunately we can't change the code. I did enforce session_cached_cursors to hope improving performance but no luck. One more thing, I really suspect is DISK I/O.

  6. #6
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    rac will only make you parsing problem worse

  7. #7
    Join Date
    Oct 2003
    Posts
    312
    Do you have any recommndation at this point????

    thanks again

  8. #8
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    how long was the report run for?
    I'm stmontgo and I approve of this message

  9. #9
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Originally posted by learning_bee
    Do you have any recommndation at this point????

    thanks again
    yeah, fix the parsing problem

  10. #10
    Join Date
    Oct 2003
    Posts
    312
    Smontgo,

    the report ran over 10 hours.

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