skip to main content
DataDirect Connect Drivers : Oracle Driver : Connection Properties : Action
  
Action
Purpose
The current action (Select, Insert, Update, or Delete, for example) within the current module. This property sets the ACTION column of the V$SESSION table in the database and is used for database administration/monitoring purposes.
Valid Values
string
where:
string
is the current action.
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
See also
Using Client Information