Para otimizar o oracle quais valores são sugeridos em um servidor de 4 GB, windows 2003 32 bits, estou usando o 10G com spfile.
show sga
Total System Global Area 612368384 bytes
Fixed Size 1250428 bytes
Variable Size 100666244 bytes
Database Buffers 503316480 bytes
show parameter sga
lock_sga boolean FALSE
pre_page_sga boolean FALSE
sga_max_size big integer 584M
sga_target big integer 584M
O meu db_cache_size db_cache_size está igual a 0.
O cursor_sharing é melhor o Force ou Exact? Quais os valores sugeridos para o cursor_space_for_tim, session_cached_cursor e open_cursors.
Estes valores podem deixar como está ou alterando algum terei uma ganho de performace?
shared_pool_size 0
large_pool_size 0
java_pool_size 0
shared_pool_reserved_size 5033164
sga_target 6123683
pga_aggregate_target 2034237
workarea_size_policy AUTO
Levando em conta o pga_aggregate_target com 25% do SGA, seria uma boa pedida deixar assim?
ALTER SYSTEM SET pga_aggregate_target=1G SCOPE=BOTH;
ALTER SYSTEM SET sga_max_size=2G SCOPE=SPFILE;
ALTER SYSTEM SET sga_target=2G SCOPE=BOTH;
O que estão relacionadas as sessões optimizer_index_caching e optimizer_index_cost_adj?