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

2939120Jan 20 2016 — edited Jan 22 2016

Hi, if i try to debug the following in oracle sql developer 3.0, it is not stepping in to the function declared inside string.

Is this right way to do, if yes, please help me how to step into function inside string during debug.

v_str := 'declare vid number;'

             ||'begin                     

             vid := calcvalue ('||a||','||p||',||ps);

            end;';                     

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 19 2016
Added on Jan 20 2016
4 comments
955 views