SQL Developer 调试和 Oracle 9
我尝试直接使用 Oracle SQL Developer 3 进行调试。
我连接到 Oracle 10g,一切正常,但是当我尝试在同一架构上但在另一台服务器(Oracle 9i)上进行调试时,出现错误:
ORA-00600: ...: [15419], [severe error during PL/SQL execution], [], [], [], [], [], []
ORA-06544: PL/SQL: ...: [pbjopnc - failed to instantiate], [], [], [], [], [], [], []
ORA-06553: PLS-801: ... [pbjopnc - failed to instantiate]
ORA-06544: PL/SQL: ...: [78601], [], [], [], [], [], [], []
ORA-06553: PLS-801: ... [78601]
据我了解,Oracle 9 上的 DBMS_DEBUG_JDWP
pkg 存在问题。 有人可以帮助我吗?
I am trying to debug directly using Oracle SQL Developer 3.
I connected to the Oracle 10g and everything is ok, but when I am trying to debug on the same schema but on the another server(Oracle 9i) - I've got error:
ORA-00600: ...: [15419], [severe error during PL/SQL execution], [], [], [], [], [], []
ORA-06544: PL/SQL: ...: [pbjopnc - failed to instantiate], [], [], [], [], [], [], []
ORA-06553: PLS-801: ... [pbjopnc - failed to instantiate]
ORA-06544: PL/SQL: ...: [78601], [], [], [], [], [], [], []
ORA-06553: PLS-801: ... [78601]
As I understand there is a problems with DBMS_DEBUG_JDWP
pkg on Oracle 9.
Can anybody help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论