Hello,
In a PL/SQL it's possible to set cleint_info for the actual DB session. After executing the following script call client_info column in v$session is set for every query.
- SQL> exec dbms_application_info.set_client_info('my_client_INFO');
However, is there any mean to set client_info for queries executed through Perl DBI or JDBC or similar interfaces? May be using hints?
Regards,
Roland