|
|
最初由 husthxd 发布
[B]
老江碰到过?
oracle support的推断是内部连接的问题.
btw:内部连接才100m. [/B]
oracle support 的推断,定然是来自这个:
[oracle@ocn2 oracle]$ oerr ora 27510
27510, 00000, "IPC error waiting for a request to complete"
// *Cause: This is an operating system/cluster interconnect error.
// *Action: Check the value of errno and contact Oracle Support Services.
[oracle@ocn2 oracle]$ oerr ora 27300
27300, 00000, "OS system dependent operation:%s failed with status: %s"
// *Cause: OS system call error
// *Action: contact Oracle Support
[oracle@ocn2 oracle]$ oerr ora 27301
27301, 00000, "OS failure message: %s"
// *Cause: OS system call error
// *Action: contact Oracle Support
这种问题判断起来困难的多
要确保rac和os, cluster 等配置完全正常
请把 dispatchers 注释掉,关闭这个,看见这个就不放心
然后考察回滚段空间为什么不够,有什么大事务发生
两个节点请各自使用一个 undo_tablespace ,不会是公用一个吧?
down 掉前是否有大事务发生,负载是不是很高,这时系统有什么特点没有? |
|