web applications - How to Remote Debug PLSQL Code on SQL Developer? -


i working on java based enterprise application , looking ways debug plsql code on sql developer when request comes application.

i able remote debug pl sql code test sql program written locally invoking specific procedure on database.

i want able achieve same debug control when request comes application.

by right clicking on db connection , clicking on remote debug, 'listener jpda' popup asking me port , local address. entering ip address of machine application deployed, error - 'the debugger not able listen jpda using specified parameters. want change parameters?'

how working?

when dialog asks ip address , port have provide values of machine debugger running. suspect when enter ip addres , port of machine application deployed, mean computer.

another important thing if have nat or firewall between database server , machine debugger running have enable port forwarding or whitelist ip:port. when asked ip , port have enter external ip address accessible database server.

there detailed enough step-by-step guide in the documentation. although jdeveloper same rules apply sql developer well.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -