Click here to Skip to main content
15,891,428 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everybody,

I have come here after searching in many different websites for a problem like the one I am facing.

I have this huge procedure in an Oracle Database which I need to debug to find an error.

After opening the procedure in Oracle SQL developer, I click on the gear icon, and "compile for debug" right after. Then I just click in the bug icon to start debugging.

On the bottom right of SQl developer screen appears a launching bar, but nothing else happens. In the connections section, where you can see the list of procedures, tables, etc... a green arrow appears before the name of the procedure I am trying to debug. It seems like it is preparing to start debugging, but it actually never starts.

What I have tried:

- I have restarted the oracle server.
- I have tried to debug many others procedures, all of them have the same behavior.
- If I click on the "run" button, set the parameters and run the procedure, it will run, and give me the output variable.
- The procedure compiles without errors.
- Everything seems to be working just normal, except for debugging.
Posted
Updated 7-Apr-17 10:37am
Comments
CHill60 7-Apr-17 10:51am    
Have you tried everything on this blog: How to Start the PL/SQL Debugger | ThatJeffSmith[^]

PL/SQL developer? Did you right click on the procedure and select add debugging info after compiling? Without debugging info, your stored proc will run when you try to debug but will zip right through it. My guess.
 
Share this answer
 
Hey everybody,

I appreciate your help.
I could solve the problem by changing the listener configuration.

Weird thing is that everything was working just fine, except for the debugger.

Thanks!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900