Home » RDBMS Server » Server Administration » What are the appropriate parameter of init.ora file
What are the appropriate parameter of init.ora file [message #63437] Tue, 05 October 2004 02:15 Go to next message
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
Re: What are the appropriate parameter of init.ora file [message #63438 is a reply to message #63437] Tue, 05 October 2004 02:18 Go to previous message
Vivek Vijai
Messages: 67
Registered: April 2004
Member
Increase the value for parameter PROCESSES=300
Previous Topic: Illegal rollback Segment operation in Automatic Undo mode
Next Topic: When clause in sqlldr
Goto Forum:
  


Current Time: Thu Jan 09 14:28:19 CST 2025