We need to easily identify the SQL submitted by DB Connect. We'd like to use Oracle's SET_MODULE procedure.
How do we accomplish this in DB Connect?
call DBMS_APPLICATION_INFO.SET_MODULE ( module_name => 'Splunk_HF', action_name => 'DMP_Dashboard' );
<put our DB Input SQL here>