Owner's Manual
36 故障排除
e
通过输入以下命令,在所有节点上重新启动数据库:
srvctl stop database
–
d <
数据库名
>
srvctl start database
–
d <
数据库名
>
f
打开
/opt/oracle/admin/<
数据库名
>/bdump/alert_<SID>.log
文件,验证所有实例是否都在使用专用
IP
地址。
11.1.0.7 RAC
数据库实例在并发的用户连线为
1000
时挂起。
Oracle 11.1.0.7 RAC
数据库实例在并发的用户连线数达到
1000
时挂起。
要解决此问题,请执行下列步骤:
a
应用
11.1.0.7 CRS
增补软件
# 8287931
b
在
/etc/init.d/init.cssd
文件中添加一行为
ULIMIT_FILES= "ulimit -n 65536"
c
在
$ORACLE_HOME/bin/ocssd
和
$ORA_CRS_HOME/bin/ocssd
文件中添加一行为
ulimit -n 65536 4
。
将
/etc/security/limits.conf
修改为
* soft nofile 327679
* hard nofile 327679
* soft nproc 327679
* hard nproc 327679
d
重新启动数据库和群集件。
当
11.1.0.7.0
数据库的
MEMORY_TARGET > 3G
时出现
ORA-27103
错误。
当在
11.1.0.7.0
数据库中将
memory_target
参数设置为大于
3 GB
时,
实例无法启动且会崩溃,并
在警报日志中出现
ORA-27103
:内部错误
要解决此问题,请应用
My Oracle Support Web
站点
metalink.oracle.com
上提供的增补软件
7272646
。有关详情如下:
请参阅
Oracle Metalink Note
#
743012.1
。