dbms_debug_jdwp
provides the functionality to to initiate and control the debugging of PL/SQL stored procedures and Java stored procedures over Java Debug Wire Protocol (JDWP). connect_tcp | |
current_session_id | Get a session's id (sometimes referred to as SID). |
current_session_serial | Get a session's serial# |
get_nls_parameter | Gets the value of the specified NLS parameter. |
process_connect_string | |
set_nls_parameter | Sets the value of the specified NLS parameter. (Note that some parameters such as nls_date_format cannot be set using dbms_debug_jdwp , use dbms_session.set_nls instead). |