我正在尝试在 SQL Developer 中调试一个包,但我不断收到错误消息:
ORA-00600: internal error code, arguments: [15419], [severe error during PL/SQL execution], [], [], [], [], [], []
ORA-06544: PL/SQL: internal error, arguments: [pbjrms - signature buffer too small], [38], [], [], [], [], [], []
ORA-06553: PLS-801: internal error [pbjrms - signature buffer too small]
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.DISCONNECT()
Closed Connection
包编译没有错误。以前有人遇到过这个问题吗?
这是一个已知的错误,已在 9.2.0.5 中修复。这是 Oracle 支持上描述此错误的说明:
错误 2829071 - PLS-801/OERI:[15419] 从 JDWP 调试器调试 PLSQL 时(文档 ID 2829071.8)