BIP (OBIEE 11.1.1.7): Before Data Trigger and DBMS_APPLICATION_INFO
In order to get visibility into which reports are running at the moment, I was thinking about putting calls to dbms_application_info.set_client_info, dbms_application_info.set_module in the Before Data Trigger.
Is this a viable approach? Are there any disadvantages to this? This way, our dba can query the v$session view and keep an eye on long running reports.
Thanks,
Manish