How to Find sid from concurrent request in EBS
In this post we will learn how to find SID from Concurrent Request to identify the slowness issue. What is SID in Oracle Database session:- SID is session identifier. Used to identify uniquely for session, after the session is over, this sid can be used for other session. Sid is analogy of pid in OS. … Read more