Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 

 

dba_advisor_findings procedure


 


Structure of dba_advisor_findings

The task_id field can be used to gather more information about a specific task. These findings can be in one of four categories as shows in the type field:
  • Problem
  • Symptom
  • Error
  • Information
These categorizations provide a triage area to look at the PROBLEM items first. These are the items where the type is set to the string PROBLEM. A DBA allowing ADDM to advise on database performance issues will, ideally, work their way down to review and address the INFORMATION items.

Step 1: Create a tuning task

You have a SQL statement (perhaps from a packaged application, and you may not be able to change the code).

create_tuning_task (
sql_text => 'select * from emp_history
SEE CODE DEPOT FOR FULL SCRIPT
bind_list =>
sql_binds(anydata.ConvertNumber(100)),
usern_name => 'scott',
scope => 'comprehensive',
time_limit => 60,
task_name => 'bad_sql',
description => 'sql that performs poorly');


Step 2: Execute the tuning task

Execute_tuning_task (
Task_name => 'bad_sql');

The results of this execution have been put into the new catalog tables, and can be seen by querying dba_advisor_% views such as dba_advisor_findings, dba_advisor_recommendations, etc.

Step 3: See the results

set long 10000;
select report_tuning_task (task_name => 'bad_sql') from dual;


This will return a complete report of the results, including dba_advisor_findings and recommendations. This report can also be run via OEM

 

The above text is an excerpt from "Oracle Database 10g New Features: Oracle10g Reference for Advanced Tuning and Administration", by Rampant TechPress.  Written by top Oracle experts, this book has a complete online code deport with ready to use scripts. 

To get the code instantly, click here:

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


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.