Dear Experts, i have set up a live db. My aim now is to enhance the performance to the Top Notch. The db server hosts only this db with windows 2003 r2 and 8 Gb of ram. I need your assistance in setting up the pfile. Could you please update me about all the attributes in the pfile that should be updates: ex: shared pool size ... Below is the current pfile for the db:
##########################
##########
##########
##########
##########
##########
##
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##########################
##########
##########
##########
##########
##########
##
##########################
##########
#######
# Cache and I/O
##########################
##########
#######
db_block_size=4096
db_cache_size=33554432
db_file_multiblock_read_co
unt=8
##########################
##########
#######
# Cursors and Library Cache
##########################
##########
#######
open_cursors=300
##########################
##########
#######
# Database Identification
##########################
##########
#######
db_domain=""
db_name=WMSLIVE
##########################
##########
#######
# Diagnostics and Statistics
##########################
##########
#######
background_dump_dest=E:\or
acle\admin
\WMSLIVE\b
dump
core_dump_dest=E:\oracle\a
dmin\WMSLI
VE\cdump
timed_statistics=TRUE
user_dump_dest=E:\oracle\a
dmin\WMSLI
VE\udump
##########################
##########
#######
# File Configuration
##########################
##########
#######
control_files=("E:\oracle\
oradata\WM
SLIVE\CONT
ROL01.CTL"
, "E:\oracle\oradata\WMSLIVE
\CONTROL02
.CTL", "E:\oracle\oradata\WMSLIVE
\CONTROL03
.CTL")
##########################
##########
#######
# Instance Identification
##########################
##########
#######
instance_name=WMSLIVE
##########################
##########
#######
# Job Queues
##########################
##########
#######
job_queue_processes=10
##########################
##########
#######
# MTS
##########################
##########
#######
dispatchers="(PROTOCOL=TCP
) (SERVICE=WMSLIVEXDB)"
##########################
##########
#######
# Miscellaneous
##########################
##########
#######
aq_tm_processes=1
compatible=9.2.0.0.0
##########################
##########
#######
# Optimizer
##########################
##########
#######
hash_join_enabled=FALSE
query_rewrite_enabled=FALS
E
star_transformation_enable
d=FALSE
##########################
##########
#######
# Pools
##########################
##########
#######
java_pool_size=33554432
large_pool_size=8388608
shared_pool_size=50331648
##########################
##########
#######
# Processes and Sessions
##########################
##########
#######
processes=150
##########################
##########
#######
# Redo Log and Recovery
##########################
##########
#######
fast_start_mttr_target=300
##########################
##########
#######
# Security and Auditing
##########################
##########
#######
remote_login_passwordfile=
EXCLUSIVE
##########################
##########
#######
# Sort, Hash Joins, Bitmap Indexes
##########################
##########
#######
pga_aggregate_target=16777
216
sort_area_size=524288
##########################
##########
#######
# System Managed Undo and Rollback Segments
##########################
##########
#######
undo_management=AUTO
undo_retention=900
undo_tablespace=UNDOTBS1
Start Free Trial