init.ora 9i

#replace EPL_PRE
#replace epl
##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################
 
###########################################
# Archive
###########################################
log_archive_dest_1='LOCATION=/arch_epl/archive'
log_archive_format=arch_EPL%S.log
log_archive_start=true
 
###########################################
# Cache and I/O
###########################################
db_block_size=8192
db_file_multiblock_read_count=16
 
###########################################
# Cursors and Library Cache
###########################################
open_cursors=500
 
###########################################
# Database Identification
###########################################
db_domain=""
db_name=EPL_PRE
 
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=/app/oracle/admin/EPL_PRE/bdump
core_dump_dest=/app/oracle/admin/EPL_PRE/cdump
timed_statistics=TRUE
user_dump_dest=/app/oracle/admin/EPL_PRE/udump
 
###########################################
# File Configuration
###########################################
control_files=("/ora01_epl/EPL_PRE/cntl/control01.ctl", "/ora02_epl/EPL_PRE/cntl/control02.ctl")
control_file_record_keep_time=7
 
###########################################
# Instance Identification
###########################################
instance_name=EPL_PRE
 
###########################################
# Job Queues
###########################################
job_queue_processes=4
 
###########################################
# Miscellaneous
###########################################
#aq_tm_precesses=1
compatible=9.2.0.0.0
os_authent_prefix = "OPS$"
resource_limit = true
audit_trail=true
 
###########################################
# Optimizer
###########################################
hash_join_enabled=TRUE
query_rewrite_enabled=FALSE
star_transformation_enabled=FALSE
 
###########################################
# Automatic Memory
###########################################
sga_max_size=2G
pga_aggregate_target=200M
java_pool_size=50M
shared_pool_size =200M

###########################################
# precesses and Sessions
###########################################
processes=100
 
###########################################
# Redo Log and Recovery
###########################################
fast_start_mttr_target=300
 
###########################################
# Security and Auditing
###########################################
remote_login_passwordfile=exclusive
  
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO
undo_retention=10800
undo_tablespace=UNDOTBS1