BC remote Oracle DBA - Call (800) 766-1884
Free Oracle Tips

Oracle Consulting Oracle Training Development
Oracle Training
SQL Tuning Consulting
Oracle Tuning Consulting
Data Warehouse Consulting
Oracle Project Management
Oracle Security Assessment
Unix Consulting
Burleson Books
Burleson Articles
Burleson Web Courses
Burleson Qualifications
Oracle Internals Magazine
Oracle Links
Oracle Monitoring
Remote Support Benefits
Remote Plans & Prices
Our Automation Strategy
What We Monitor
Oracle Apps Support
Print Our Brochure
Contact Us (e-mail)
Oracle Job Opportunities
Oracle Consulting Prices





   

 

 

 
 

Oracle cursor_sharing=force

Oracle Tips by Burleson Consulting

cursor_sharing=force

An Oracle9i database had experienced poor performance immediately after a new manufacturing plant was added to the existing database. Since the AWR was not available in version 9i, a standard STATSPACK  report was used to isolate the top five wait events which looked similar to this:

Top 5 Wait Events
~~~~~~~~~~~~~~~~~                                   Wait     % Total
Event                                     Waits  Time (cs)   Wt Time
---------------------------------- ------------ ------------ -------
enqueue                                  25,901      479,654   46.71
db file scattered read               10,579,442      197,205   29.20
db file sequential read                   724,325      196,583    9.14
latch free                            1,150,979       51,084    4.97
log file parallel write                 148,932       39,822    3.88

A review of the SQL section of the STATSPACK report revealed that almost all of the SQL used literals in the WHERE clause of all queries.

     WHERE customer_state = ‘Alabama’ and customer_type = ‘LAWYER’;

The cursor_sharing parameter was the only fast solution because the application was a vendor package with dynamically generated SQL and it could not easily be changed without using Optimizer Plan Stability (Stored Outlines), a very time-consuming task. 

Setting cursor_sharing  =force greatly reduced the contention on the library cache and reduced CPU consumption.  The end users reported a 75 percent improvement in overall performance.

SEE CODE DEPOT FOR FULL SCRIPTS


This is an excerpt from my latest book "Oracle Tuning: The Definitive Reference". 

You can buy it direct from the publisher for 50%-off and get instant access to the code depot of Oracle tuning scripts:

http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

 


Expert Remote DBA

BC is America's oldest and largest remote DBA Oracle support provider.  Get real remote DBA experts, call BC Remote DBA today.

 

 

 


 

Free Oracle dictionary reference poster

BC Oracle support

Oracle books by Rampant

Oracle monitoring software

North Carolina Oracle Users Group

 

 Arabian horse breeder

Seeing eye horses

 

 

BC Remote Oracle Support
P.O. Box 511 • Kittrell, NC, 27544

Copyright © 2007 by Burleson Enterprises, Inc. All rights reserved.

Hit Counter