Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: v$session.program

Re: v$session.program

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 1 May 2005 14:14:29 -0700
Message-ID: <1114982069.086983.149890@o13g2000cwo.googlegroups.com>


Wolf, the Oracle client software is responsible for passing the value of the client program shown in v$session.program to Oracle. Some versions of the client fail to pass this information.

dbms_application_info includes procedures to set_module and read_module which can be used to pass this information in. You can query v$session.module for the passed in (via set_module) information.

HTH -- Mark D Powell -- Received on Sun May 01 2005 - 16:14:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US