Arquivo da categoria: PARAMETROS

How to measure the performance of 1.processes, 2.open_cursors 3.java_pool_size 4.large_pool_size

How to measure the performance of the following parameters. 1.processes, 2.open_cursors 3.java_pool_size 4.large_pool_size is there any quries to measure the performance of the parameters like cache hit ratio for db_cache_size parameter. How to know whether i have to increase the … Continuar lendo

Publicado em BUFFERS, PARAMETROS, PLSQL TUNING, SGA | Marcado com , | Deixe um comentário

How To Use Automatic Shared Memory Management (ASMM) In Oracle10g

PURPOSE The main goal of this document is to show you how to put in place the ASMM facility introduced with Oracle10g, how to configure it, and also some examples on how to monitor its activity. SCOPE & APPLICATION All … Continuar lendo

Publicado em ASSM, PARAMETROS, PLSQL TUNING, SGA | Marcado com | Deixe um comentário

Top Oracle 9i init.ora Parameters Affecting Performance

PURPOSE ——- This note describes Oracle 9i new init.ora parameters that affect database performance. This note is continuation of Note 100709.1 which talks about 8i parameters that affect database performance SCOPE & APPLICATION ——————- This article detail information on 9i … Continuar lendo

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

Top 8 init.ora Parameters Affecting Performance

PURPOSE ——- To describe which are the how init.ora parameters that has more affect in the database performance. SCOPE & APPLICATION ——————- This article detail information on how certain init.ora parameters affect performance. How init.ora parameters affect performance. —————————– The … Continuar lendo

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

PARÂMETROS PARA AJUSTAR TIMEOUT DE REDE (ÚTIL NA CLONAGEM DE BANCOS)

PARÂMETROS PARA AJUSTAR TIMEOUT DE REDE (ÚTIL NA CLONAGEM DE BANCOS) OBS, eu coloquei o parametro em 120 no meucaso que caía depois de 1 hora, mas precisavamos de 10 horas por conta do restore do banco de quase 2T. Fcou assim: … Continuar lendo

Publicado em DATAGUARD, PARAMETROS, PLSQL SCRIPTS, TUTORIAL | Marcado com , , , , , , | Deixe um comentário

OPTIMIZER_MAX_PERMUTATIONS

“OPTIMIZER_MAX_PERMUTATIONS restricts the number of permutations of the tables the optimizer will consider in queries with joins.” Permutação nós sabemos das aulas de Matemática que é a verificação de combinações – tipo, se eu tiver um JOIN com, digamos, 5 … Continuar lendo

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

optimizer_index_cost_adj

Oracle optimizer_index_cost_adj and SQL Performance Oracle Tips by Burleson Consulting As you may know, Oracle provides several parameters that can adjust the behavior of the CBO to change the internal costing for different types of operations:  optimizer_index_caching optimizer_index_cost_adj optimizer_max_permutations optimizer_search_limit … Continuar lendo

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