skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The Oracle Wire Protocol Driver : Connection Option Descriptions : Action
  
Action
Attribute
Action (ACT)
Purpose
The current action (Select, Insert, Update, or Delete, for example) within the current module. This value sets the ACTION column of the V$SESSION table on the server. This value is used by the client information feature.
This option only applies to connections to Oracle 10g R2 and higher database servers.
Valid Values
string
where:
string
is the current action.
Notes
*You can also specify this information using the Oracle DBMS_APPLICATION_INFO.SET_ACTION procedure or the DBMS_APPLICATION_INFO.SET_MODULE procedure.
*This connection option can affect performance.
Default
None
GUI Tab
Client Monitoring tab
See also
Performance Considerations