系统报错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
Oracle Server -Enterprise Edition - Version: 9.2.0.6 and later [Release: 9.2and later ]
Information in this document applies to any platform.
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
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.
.
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.