I was wondering if it is possible to define the program attribute of an
Oracle session via DBI or DBD::Oracle (V$SESSION.PROGRAM).

SQLPlus will definte the program attribute as:
[EMAIL PROTECTED] (TNS V1-V3)

But my perl processes always end up with a program attribute of:
    ?  @[HOSTNAME].[DOMAIN].com (TNS V1-V3)

I know for a fact that it is possible to set this attribute, as we run
some third-party software which identifies itself properly to Oracle.  I
was hoping Perl would allow me to do the same, so that I could better
monitor database activity.

Thanks in advance for the help!
- Jim

PS - I did find this link via Google:
http://www.dbforums.com/showpost.php?p=2385561&postcount=2
But it only talks about how to set the properties via the JDBC Thin
driver.

Reply via email to