- SQL Access Advisor
http://www.oracle.com/technetwork/articles/sql/11g-sqlaccessadvisor-084929.html
SQL Access Advisor also analyzes tables and queries to identify possible partitioning strategies—a great help when designing optimal schema.
-ADDM - Automatic Database Diagnostic Monitor
The types of problems that ADDM considers include the following:
-CPU bottlenecks - Is the system CPU bound by Oracle or some other application?
-Undersized Memory Structures - Are the Oracle memory structures, such as the SGA, PGA, and buffer cache, adequately sized?
-I/O capacity issues - Is the I/O subsystem performing as expected?
-High load SQL statements - Are there any SQL statements which are consuming excessive system resources?
-High load PL/SQL execution and compilation, as well as high load Java usage
-RAC specific issues - What are the global cache hot blocks and objects; are there any interconnect latency issues?
-Sub-optimal use of Oracle by the application - Are there problems with poor connection management, excessive parsing, or application level lock contention?
-Database configuration issues - Is there evidence of incorrect sizing of log files, archiving issues, excessive checkpoints, or sub-optimal parameter settings?
-Concurrency issues - Are there buffer busy problems?
-Hot objects and top SQL for various problem areas
"SQL Analysis Advisor" - NAO EXISTE.
"SQL Performance Impact Advisor" - Introduced in Oracle Database 11g, this advisor enables you to forecast how a system change will impact SQL performace.
resumindo... beeeem simploriamente para lembrar...
-SQL Acess Advisor - Analisa possíveis estrategias de particionamento para otimizar a banco.
-Automatic Database Diagnostic Monitor - Relacionado mais a problemas de Hardware como Gargalos na CPU e etc.
-SQL Analysis Advisor - Nao existe // pelo menos nao achei nada dentro da documentação da Oracle.
-SQL Performance Impact Advisor - Como ferramenta de Forecast / Previsao...
SQL Tunning Advisor:
Recebe uma ou mais instruções SQL como entrada e chama o Automatic Tuning Optimizer para realizar ajuste de SQL.
A saída do SQL Tuning Advisor é em forma de conselho ou recomendações, juntamente com uma justificativa para cada recomendação e seu benefício esperado.
O Oracle Data base pode automaticamente ajustar comandos SQL por meio da identificação de instruções SQL problemáticas
–Implementando recomendações de ajuste por meio do SQL Tuning Advisor durante as janelas de manutenção do sistema.
É possível também executar o SQL Tuning Advisor seletivamente em uma única ou um conjunto de instruções SQL que foram identificadas como problemáticas
Navathe, 6° ed.