wait stats for a query
Are there any view which can show all the wait stats happens in a single query ?
v$session only show the current wait stats......
v$sql doesn't show anything about wait......
or can show all the wait stats in the execution plan ?
0