Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Debug/run procedures within package

Earl LewisOct 29 2015 — edited Oct 30 2015

Debugging in SQL Developer has generally been very nice and I have come to depend on those tools. Today I wrote a procedure within a package and I want to debug that procedure, but I don't see it in the list of targets. It seems that i'm only seeing functions in the target list. I understand that procedures don't have the same kind of output as functions, but occasionally I like to create procedures that have multiple OUT parameters, especially when it's a very closely related output.

The interesting thing is that I can create this very same procedure as a standalone procedure and the run/debug works just fine. Apparently I'm missing something obvious in SQL Developer somewhere. I thought this was there a while ago (I guess it's been a little while since I wrote a procedure with OUT parameters) but maybe I'm mistaken. Any ideas or help anyone?

Earl

This post has been answered by thatJeffSmith-Oracle on Oct 30 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2015
Added on Oct 29 2015
2 comments
560 views