ClientID
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Identifying information about the client to be stored in the database. This property sets the CLIENT_IDENTIFIER column in the V$SESSION table and is used for database administration/monitoring purposes.
This property only applies to connections to Oracle 10g R2 and higher database servers.
Valid Values
string
where:
- string
- is additional information about the client.
Behavior
If a value for this property is not specified, the driver sets the CLIENT_IDENTIFIER value of V$SESSION to the name of the main class.
Notes
- Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.
Default
empty string
Data Type
String