Skip to Main Content

Oracle Database Express Edition (XE)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Remote Debug Oracle APEX Authorization Scheme (PL/SQL Function Returning Boolean)

user641656Oct 19 2024

Hi.

Within APEX Authorization Scheme (PL/SQL Function Returning Boolean) I`ve I function which I want to remote debug using

  • dbms_debug_jdwp.connect_tcp( host => '192.168.178.106', port => 65000 ) ;

Is this possible?

Regards

Comments
Post Details
Added on Oct 19 2024
0 comments
32 views