系统报错ORA-06553: PLS-707: unsupported construct or internal error [2603]
日志具体如下
Mon Dec 10 17:00:12 2012
Errors in file /home/oracle/app/oracle/admin/orarpt/udump/orarpt_ora_26439.trc:
ORA-00600: internal error code, arguments: [15419], [severe error during PL/SQL execution], [], [], [], [], [], []
ORA-06544: PL/SQL: internal error, arguments: [2603], [], [], [], [], [], [], []
ORA-06553: PLS-707: unsupported construct or internal error [2603]
搜索metalink文章,现象和这篇文章基本类似,应该和使用的PLSQL版本和打开dubug模式有关,建议使用匹配的plsql版本和取消debug模式,详见下文
ORA-600 [15419] And ORA-6544 [2603] From PL/SQL Developer [ID436359.1]
In this Document
Symptoms
Cause
Solution
Applies to:
Oracle Server -Enterprise Edition - Version: 9.2.0.6 and later[Release: 9.2and later ]
Information in this document applies to any platform.
Symptoms
Running an application from PL/SQL Developer tool, canproduce the following errors:
ORA-00600:internal error code, arguments: [15419], [severe error during PL/SQLexecution], [],
ORA-06544: PL/SQL: internal error, arguments: [2603], [], [], [],[], [], [], []
ORA-06553: PLS-707: unsupported construct or internal error[2603]
The call stack is:
kkxexeopiexe opiodr rpidrus skgmstack rpidru rpiswu2 rpidrv rpiexe psdevnCallbackrpiswu2 psdevn
Cause
The problem is relatedto 3-party tools PL/SQL Developer using the Debug option.
From the trace file information it's possible to see that the clientapplication being used is PL/SQL Developer.
.
Solution
1.Disable the "Add debug information whencompiling" option, and retry the compilation. To verify this, go to Tools> Preferences > Debugger tab page of PL/SQL Developer
2.Check the compatibility of PL/SQL Developer withOracle database.
本文解决在使用Oracle数据库时,通过PL/SQLDeveloper工具执行应用时出现的内部错误问题,包括ORA-00600, ORA-06544, 和 ORA-06553等错误。解决方案涉及禁用编译时的调试信息添加选项,并检查PL/SQLDeveloper与Oracle数据库的兼容性。

被折叠的 条评论
为什么被折叠?



