How to get full details for concurrent request?
hi,
How to get the queries and session behind a concurrent request through sql scripts?
when I follow the request_id I couldn't get to hidden sql and actual SID that run on DB
example :
In working time I face long run requests when i check request I couldn't get it to hidden actual sql and true session that cause the load
so I need script to get full details of concurrent request and the child session that accrue actual load .
How to get the queries and session behind a concurrent request through sql scripts?
when I follow the request_id I couldn't get to hidden sql and actual SID that run on DB
example :
In working time I face long run requests when i check request I couldn't get it to hidden actual sql and true session that cause the load
so I need script to get full details of concurrent request and the child session that accrue actual load .
in other way I can see top wait sql from AWR or from OS level but I couldn't track it to request that is submitted
0