question: how can SQL_PLAN_LINE_ID be derived from v$session_longops in 10.2.0.4
Does anyone have a query for 10.2.0.4 to link a row of
v$session_longops to the line number of an execution plan ?
v$session_longops in 11g has the handy column
SQL_PLAN_LINE_ID. SQL_PLAN_LINE_ID is exactly what I wish I had in
10gr2.
v$session_longops to the line number of an execution plan ?
v$session_longops in 11g has the handy column
SQL_PLAN_LINE_ID. SQL_PLAN_LINE_ID is exactly what I wish I had in
10gr2.
No luck so far searching Google and metalink.
0