文档解释
ORA-56864: Master Diskmon “stringstring” operation cannot complete because of a LIBCELL network error
Cause: A LIBCELL operation between Master Diskmon and a CELL failed because of a network error.
Action: Look in the $ORA_CRS_HOME/log//diskmon/diskmon.log file for additional error information.
官方解释
一般处理方法及步骤
1)检查控制文件以查找数据库过程中的错误:运行控制文件中的validate.sql脚本,以确保上报的错误没有影响数据库的正常运行;
2)检查硬盘上的任何错误:使用chkdsk.exe程序检查硬盘上的有效数据,并恢复磁盘上的任何错误;
3)增大硬盘上的草稿空间,以消除这个错误:使用Scsi_power_asorting_add_free.cmd程序增加硬盘上的草稿空间;
4)在硬盘上运行自动抑制:使用chkdsk.exe程序在硬盘上执行定期自动抑制,以减少错误发生概率;
5)检查Libcell网络连接:通过检查Libcell网络配置以及检查网络连接,以确保网络连接正常,从而避免发生这种错误。