ORA-06544: PL/SQL: internal error, arguments: [55916], [], [], [], [], [], [], [

错误原因: class org.springframework.web.util.NestedServletException:Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in com/hzmc/capaa/domain/persistence/asset/AssetMember.xml. --- The error occurred while applying a parameter map. --- Check the member_enabeldRemoteMap. --- Check the statement (update procedure failed). --- Cause: java.sql.SQLException: ORA-04052: 在查找远程对象 ASSET.ASSETADM@XE 时出错 ORA-00604: 递归 SQL 级别 2 出现错误 ORA-06544: PL/SQL: internal error, arguments: [55916], [], [], [], [], [], [], [] ORA-06553: PLS-801: internal error [55916] ORA-02063: 紧接着 2 lines (起自 XE) ORA-06512: 在 "ASSET.ASSETADM", line 2182 ORA-06512: 在 line 1 /capaa/asset/assetBatchModel.do
/asset/assetBatchModel.do

With the following stack trace:

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:   
--- The error occurred in com/hzmc/capaa/domain/persistence/asset/AssetMember.xml.  
--- The error occurred while applying a parameter map.  
--- Check the member_enabeldRemoteMap.  
--- Check the statement (update procedure failed).  
--- Cause: java.sql.SQLException: ORA-04052: 在查找远程对象 ASSET.ASSETADM@XE 时出错
ORA-00604: 递归 SQL 级别 2 出现错误
ORA-06544: PL/SQL: internal error, arguments: [55916], [], [], [], [], [], [], []
ORA-06553: PLS-801: internal error [55916]
ORA-02063: 紧接着 2 lines (起自 XE)
ORA-06512: 在 "ASSET.ASSETADM", line 2182
ORA-06512: 在 line 1
 
 
 
 
 

只要在11g中调用10.1版本

(补丁小于10.1.0.5)或10.2版本(补丁小于10.2.0.2)数据库中的过程,就会引发这个错误。

除了打补丁升级之外,没有什么好的临时解决方法。将10g的数据库升级到10.1.0.5或10.2.0.2版本以上,可以避免问题的产生。

 

猜你喜欢

转载自chenhua-1984.iteye.com/blog/1474668