What are the appropriate parameter of init.ora file [message #63437] |
Tue, 05 October 2004 02:15 |
gurinder
Messages: 16 Registered: September 2004
|
Junior Member |
|
|
Sir the intialization parameter of My Oracle Sever are as below Sir to our Oracle Server
rightn now we have 20 Client connected to that server and client can go upto 200
can u please suggest me what the appropriate parameter should be for our requirements.
##############################################################################
# Copyright (c) 1991, 2001 by Oracle Corporation
##############################################################################
###########################################
# Cache and I/O
###########################################
db_block_size=4096
db_cache_size=33554432
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=C:oracleadminbtrtbdump
core_dump_dest=C:oracleadminbtrtcdump
timed_statistics=TRUE
user_dump_dest=C:oracleadminbtrtudump
###########################################
# Distributed, Replication and Snapshot
###########################################
db_domain=bion
remote_login_passwordfile=EXCLUSIVE
###########################################
# File Configuration
###########################################
control_files=("C:oracleoradatabtrtCONTROL01.CTL", "C:oracleoradatabtrtCONTROL02.CTL", "C:oracleoradatabtrtCONTROL03.CTL")
###########################################
# MTS
###########################################
dispatchers="(PROTOCOL=TCP)(SER=MODOSE)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
###########################################
# Miscellaneous
###########################################
compatible=9.0.0
db_name=btrt
###########################################
# Network Registration
###########################################
instance_name=btrt
###########################################
# Pools
###########################################
java_pool_size=33554432
large_pool_size=1048576
shared_pool_size=33554432
###########################################
# Processes and Sessions
###########################################
processes=150
###########################################
# Redo Log and Recovery
###########################################
fast_start_mttr_target=300
###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
sort_area_size=524288
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO
undo_tablespace=UNDOTBS
Thanks and Regards Gurinder
|
|
|
|