Question : How to set Program or Current Module names

I am Oracle DBA and know Zilch about Weblogic (which our company uses as
application server middle-tier).

We use Grid-Control to monitor our db and previously when we used 'Tuxedo?' we could have information about the Program and Module that was executing in a session.

Ever since we migrated to Weblogic, we do not get any usefull info that can help us determine what program/module is being executed (as seen in attached picture).

Question: Is there a way to configure weblogic to provide the name of the actual program/module being executed?

All we get now is:

Program:  JDBC Thin Client
Current Module: JDBC Thin Client

Thanks for any link or other usefull info I can provide to our sys-admins to be able to configure what we need.
...




Answer : How to set Program or Current Module names

Inside your application, i.e. batch program, you can use dbms_application_info package, to provide info to oracle.what exactly your application doing. This means, your application nave to be rewritten, to include instrumentation. This is in general.
Random Solutions  
 
programming4us programming4us