简体   繁体   English

在Oracle中调试存储过程

[英]Debug stored procedure in Oracle

I have a stored procedure which is called from a Java application. 我有一个从Java应用程序调用的存储过程。 I need to debug that stored procedure in order to understand the flow. 我需要调试该存储过程以了解流程。

Is there a way or good tool with which I can debug stored procedures after the Java application calls it? 在Java应用程序调用存储过程之后,有没有一种方法或好的工具可以用来调试存储过程?

Currently, I am using TOra as the database client with Oracle database. 当前,我将TOra用作Oracle数据库的数据库客户端。

Take a look at remote debugging with SQL Developer . 看一下使用SQL Developer进行的远程调试

There are many tools for debugging Oracle PL/SQL but almost all of them use the limited DBMS_DEBUG. 有许多用于调试Oracle PL / SQL的工具,但是几乎所有工具都使用有限的DBMS_DEBUG。 As far as I know only SQL Developer allows you to use the more powerful DBMS_DEBUG_JDWP. 据我所知,只有SQL Developer允许您使用功能更强大的DBMS_DEBUG_JDWP。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM