ApplicationName
- Last Updated: October 16, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
The name of the application to be stored in the database. This property sets the dbms_session value and the PROGRAM column of the V$SESSION table in the database. These values are used for database administration/monitoring purposes.
Valid values
string
where:
- string
- is the name of the application.
Behavior
If a value for this property is not specified, the driver sets the PROGRAM 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.
Data source method
setApplicationName
Default
empty string
Data type
String