OCI profiler [message #218986] |
Mon, 12 February 2007 06:50 |
oleg_hl
Messages: 1 Registered: February 2007
|
Junior Member |
|
|
Hi,
i am writing tool that intercepts OCI calls.
My goal is to calculate a query execution time.
I suppose that all information is available in
sword OCIStmtExecute ( OCISvcCtx *svchp,
OCIStmt *stmtp,
OCIError *errhp,
ub4 iters,
ub4 rowoff,
CONST OCISnapshot *snap_in,
OCISnapshot *snap_out,
ub4 mode );
parameters. Unfortunately i cannot find the structures definition.
Perhaps there are another ways to calculate execution time which i don't know. Please help.
Oleg
|
|
|