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

Thread: Performance Tuning

  1. #1
    Join Date
    May 2003
    Posts
    12

    Post Performance Tuning

    The following 2 issues heavily affect our database performance
    (according to Statspack Reports )

    1) db file scattered read ( 89% of the total wait time )
    2) Recursive Call % ( 69% )

    The surprising point is both of these issues arised after we converted our tablespaces into Locally Managed with a uniform extent size.

    What database parameters I can tune to reduce the time spent because of these 2 issues ?

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    My instinctive reply is, "so what?". The real question you need to answer is whether the database performance is worse than required, and ni what area? Are there particular times of day, or types of operation (overnight batch processing for example) for which performance has degraded?

    Moving on, the recursive calls may be associated with excessive hard parsing -- check that you are using bind variables.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

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