Arquivo da tag: tuning

link original: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/TuningAdvisor/TuningAdvisor.htm SQL Tuning Advisor in Oracle SQL Developer 3.0 <Do not delete this text because it is a placeholder for the generated list of “main” topics when run in a browser> Purpose This tutorial shows you how to … Continuar lendo

Publicado em por Alexandre Pires | Deixe um comentário

RECOMENDAÇÕES

Recomendações Área Ação Nivel Esforço Tempo Ganho Previsto Notas Metalink Reescrever as consultas e DMLs mais ofensivas des 5 5 2 meses Performance, desempenho,redução de consumo de IO, CPU e memória. Note:100960.1 Note:62590.1 Note:199083.1 Eliminar os deadlocks da aplicação (criando … Continuar lendo

Publicado em FAST DIAG, I/O TUNING, INDEX TUNING, ORACLE 11gR2, RECOMENDAÇÕES, SHARED POOL | Marcado com , , , , , , , , , , , , , , , , , , , , , , , , , | Deixe um comentário

SCRIPT DE DIAGNOSTICO PARA TUNING EM 8i E 9i

Description The script does a performance healthchek on the instance and database and makes suggestions on modifications that can be made if specific conditions exist. The report should be run after the system has been up for at least 10 … Continuar lendo

Publicado em FAST DIAG | Marcado com , , , , | Deixe um comentário

Exemplos de tabelas organizadas por índice

Abaixo estão alguns exemplos de como criar tabelas organizadas por indice   CREATE TABLE my_iot (id INTEGER PRIMARY KEY, value VARCHAR2(50)) ORGANIZATION INDEX; CREATE TABLE my_iot (id INTEGER PRIMARY KEY, value VARCHAR2(50)) ORGANIZATION INDEX;  CREATE TABLE ALT_DOC (TIP_DOCUMENT CHAR(1),NUM_DOCUMENTO number(9) … Continuar lendo

Publicado em INDEX TUNING, PLSQL SCRIPTS | Marcado com , , , , , , , , , | Deixe um comentário