Oracle7 Server Tuning

Contents Index Home Previous Next

Setting the Client Information

To supply additional information about the client application, use the SET_CLIENT_INFO procedure in the DBMS_APPLICATION_INFO package.

Syntax

The parameter for the SET_CLIENT_INFO procedure is described in Table 3 - 4. The syntax for this procedure is shown below:

DBMS_APPLICATION_INFO.SET_CLIENT_INFO(client_info IN VARCHAR2)

Parameter Description
client_info Use this parameter to supply any additional information about the client application. This information is stored in the V$SESSIONS view. Information exceeding 64 bytes is truncated.
Table 3 - 4. Parameters for SET_CLIENT_INFO Procedure


Contents Index Home Previous Next