skip to main content
Connection property descriptions : ClientHostName
  

Try DataDirect Drivers Now

ClientHostName

Purpose

The host name of the client machine to be stored in the database. This property sets the MACHINE column in the V$SESSION table in the database. This value is used for database administration/monitoring purposes.

Valid values

string
where:
string
is the host name of the client machine.

Behavior

If a value for this property is not specified, the driver uses the current machine name and IP address in the following format:
machine_name/IP_address

Notes

*Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.

Data source method

setClientHostName

Default

empty string

Data type

String

See also

Using client information