oracle内存不足问题..急...
最近我们公司的数据库服务器的oracle每隔10天左右就当掉一次,初步估计应该是内存参数设置错误,以下是基本资料,期待各位大侠的高见..
错误日志:alert.log
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_7288.trc:
ORA-04030: 在尝试分配 917536 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
Tue May 08 08:14:39 2007
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_6716.trc:
ORA-04030: 在尝试分配 917536 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
Tue May 08 08:20:20 2007
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_4760.trc:
ORA-04030: 在尝试分配 917536 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
Tue May 08 08:24:18 2007
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_7304.trc:
ORA-04030: 在尝试分配 576248 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
Tue May 08 08:26:47 2007
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_8156.trc:
ORA-04030: 在尝试分配 917536 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
Tue May 08 08:28:16 2007
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_7756.trc:
ORA-04030: 在尝试分配 917536 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
Tue May 08 08:28:18 2007
Errors in file d:\oracle\admin\landdb\udump\landdb_ora_5236.trc:
ORA-04030: 在尝试分配 917536 字节 (joxcx callheap,ioc_allocate ufree) 时进程内存不足
init.ora文件内容:
##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################
###########################################
# MTS
###########################################
dispatchers= "(PROTOCOL=TCP) (SERVICE=landdbXDB) "
###########################################
# Optimizer
###########################################
hash_join_enabled=TRUE
query_rewrite_enabled=FALSE
star_transformation_enabled=FALSE
###########################################
# Job Queues
###########################################
job_queue_processes=10
###########################################
# Instance Identification
###########################################
instance_name=landdb
###########################################
# Miscellaneous
###########################################
aq_tm_processes=1
compatible=9.2.0.0.0
###########################################
# Security and Auditing
###########################################
remote_login_passwordfile=EXCLUSIVE
###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
pga_aggregate_target=25165824
sort_area_size=524288
###########################################