Ev 10046
Ev 10046
Ev 10046
Subject:
RPOWELL.UK
EVENT: 10046 - Interpreting RAW Output
Module name
Module hash value
Action
Action hash value
---------------------------------------------------------------------------PARSING IN CURSOR #%d; len=X dep=X uid=X oct=X lid=X tim=X hv=X ad='X'
END OF STMT
---------------------------------------------------------------------------CURSOR
Cursor Number
len
Length of SQL statement
dep
PGA Depth
uid
Schema user id of parsing user
oct
Oracle Command Type
lid
Privilege user id
tim
Timestamp (100th's of a second)
Can be used to determine times between points in the trace file.
hv
Hash ID
ad
SQLTEXT address (See V$SQLTEXT)
statement
---------------------------------------------------------------------------PARSE ERROR #%d:len=%ld dep=%d uid=%ld oct=%d lid=%ld tim=%lu err=%d statement..
.
---------------------------------------------------------------------------PARSE ERROR In Oracle 7.2+ we report parse errors.
len
dep
uid
oct
lid
tim
err
statement
PARSE
EXEC
FETCH
UNMAP
Parse a statement
Execute a pre-parsed statement
Fetch rows from a cursor
If the cursor uses a temporary table then when the cursor is
closed you see an UNMAP when we free up the temporary table
locks. (ie: free the lock, delete the state object, free the
temp segment)
In tkprof UNMAP stats get added to the EXECUTE statistics.
SORT UNMAP
As above but for OS file sorts or TEMP table segments.
c
e
p
cr
cu
mis
r
dep
og
tim
---------------------------------------------------------------------------==========================================================
bfp
bln
avl
flg
value
nam
ela
p1
p2
p3