Plsql

調試時出錯(簽名緩衝區太小)

  • September 10, 2013

我正在嘗試在 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 Support 上的註釋:

錯誤 2829071 - PLS-801 / OERI:$$ 15419 $$從 JDWP 調試器調試 PLSQL 時(文件 ID 2829071.8)

引用自:https://dba.stackexchange.com/questions/49579