AccountingInfo
Purpose
Accounting information to be stored in the database. This property sets the CLIENT_INFO column of the V$SESSION table in the database.
Valid values
string
where:
string
is the accounting information.
Notes
Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.
Data source method
setAccountingInfo
Default
empty string
Data type
String
See also