Performance Metric kcml.sql.execute

Summary

Execution of SQL plan

Send Condition

Sent when an SQL plan is executed on an Oracle database

Overview

Measures the time taken to execute an SQL query. Queries that have taken a long time to execute should be examined to see if they can be optimized. For example, ensuring they are selective and thus avoiding a full table scan by the Oracle database server.

Statistics

NameTypeDescription
schandlenumService context handle
sthandlenumStatement handle
handlenumTable/query handle
chandlenumConnection handle
timeusecTime taken to execute
errnumDatabase error code
plannumSQL plan

General Form

kcml.sql.execute,schandle=num,sthandle=num,handle=num,chandle=num,time=usec,err=num,plan=num

See Also:

Performance Metrics