Oracle Database 11g: Server Manageability Student Guide

作者: Maclean Liu , post on October 24th, 2010 , English Version
【本站文章除注明转载外,均为本站原创编译】
转载请注明:文章转载自: Oracle Clinic – Maclean Liu的个人技术博客 [http://www.oracledatabase12g.com/]
本文标题: Oracle Database 11g: Server Manageability Student Guide
本文永久地址: http://www.oracledatabase12g.com/archives/oracle-database-11g-server-manageability-student-guide.html

Objectives

  • After completing this lesson, you should be able to:
  • Set up and modify Automatic SQL Tuning
  • Use the PL/SQL interface to perform fine tuning
  • View and interpret reports generated by Automatic SQL Tuning

Oracle Database 10g introduced SQL Tuning Advisor to help database administrators and
application developers improve the performance of SQL statements. The advisor targets the
poorly written SQL, in which SQL statements have not been designed in the most efficient
fashion. It also targets a SQL statement that is performing poorly (more common), because the
optimizer generated a poor execution plan due to a lack of accurate and relevant data statistics. In
all cases, the advisor makes specific suggestions for speeding up SQL performance, but it leaves
the responsibility of implementing the recommendations to the user.
In addition to SQL Tuning Advisor, Oracle Database 10g has an automated process to identify
high-load SQL statements in your system. This is done by the Automatic Database Diagnostic
Monitor (ADDM), which automatically identifies the high-load SQL statements that are good
candidates for tuning.
However, some issues still remained. Although ADDM identifies some SQL that should be
tuned, you must manually examine the ADDM reports and run the SQL Tuning Advisor on those
reports to perform the actual tuning.

© 2010, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.

相关文章 | Related posts:

  1. Oracle Database 11g: High Availability Student Guide
  2. Oracle Database 11g: Program Development Student Guide
  3. Oracle Database 11g: New Features Overview eStudy Student Guide
  4. Oracle Database 11g: Diagnosability Student Guide
  5. Oracle Database 11g: Security Student Guide
  6. Oracle Database 11g: Scheduler Student Guide
  7. Oracle Database 11g: Java Development Student Guide
  8. Oracle Database 11g: BI and Data Warehousing Student Guide
  9. Performance Tuning Guide for Siebel CRM Application on Oracle
  10. Dumps,Crashes and Corruptions Student Guide

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>