标题: catalog.sql failing due to ORA-03135 or ORA-03113 [打印本页] 作者: 刘泽宇 时间: 2025-3-16 11:47 标题: catalog.sql failing due to ORA-03135 or ORA-03113 现象:
Catalog is failing due to below error
Grant succeeded.
create or replace package dbms_standard is
*
ERROR at line 1:
ORA-03135: connection lost contact
Process ID: 17078
Session ID: 1071 Serial number: 119
ERROR:
ORA-03114: not connected to ORACLE
ERROR:
ORA-03114: not connected to ORACLE
From 10046 trace we can see below error
原因
Database server has a security third party software called Guardium installed which had rules that did not allow some operations with the sys user
This behaviour is also discussed in Bug 33757864 - [NODP] OPITSK: NETWORK ERROR OCCURRED WHILE TWO-TASK SERVER TRYING TOSEND BREAK; ERROR CODE = 12571 WHILE RUNNING CATALOG SCRIPT
数据库服务器安装了名为Guardium的安全第三方软件,该软件的规则不允许与sys用户进行某些操作
Bug 33757864-[NODP]观点中也讨论了这种行为:当双任务服务器尝试终止时发生网络错误;运行目录脚本时错误代码=12571
处理方法:
Customer excluded the rules from third party tool with the help of their security team and issue was fixed.
客户在其安全团队的帮助下从第三方工具中排除了这些规则,问题得到了解决。