whenever i am running statspack report what i am seeing is that there are major waits on some of my datafiles.
My question is that how will i able to identify those objects like (tables) which are causing waits in those datafiles
Waits for what..( Latches, locks, etc)..
Datafiles do not 'have' waits...Accessing Data may cause waits, but it is some code processing not the datafile causing it.
Usually long waits are caused by incorrect locking methods ( like using select ... for UPDATE when it is not needed)
More info please...
OS, Version ( exact: 8.1.x.x ), what sql statementts are waiting?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.