skip to main content
Connection property descriptions : Module
  

Try DataDirect Drivers Now

Module

Purpose

The module name to be stored in the database. This property sets the MODULE column in the V$SESSION table and is used for database administration purposes.

Valid values

string
where:
string
is the name of a stored procedure or the name of the application.

Notes

*Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.
If a value is not specified for this property, the driver uses the same value specified by the ApplicationName property.

Data source method

setModule

Default

empty string

Data type

String

See also

Using client information