Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个从 Java 应用程序调用的存储过程。我需要调试该存储过程以了解流程。
在Java应用程序调用存储过程之后,有没有一种方法或好的工具可以用来调试存储过程?
目前,我使用 TOra 作为 Oracle 数据库的数据库客户端。
看看使用 SQL Developer 进行远程调试。
用于调试 Oracle PL/SQL 的工具有很多,但几乎所有工具都使用有限的 DBMS_DEBUG。据我所知,只有 SQL Developer 允许您使用更强大的 DBMS_DEBUG_JDWP。