Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sorts(memory) and sorts(disk) in v$sysstat

OracleGuy777Sep 18 2008 — edited Sep 18 2008
hi guys,

I am a bit confused.

My temp tablespace grew and grew to over 19G. Only one query was being run (a poorly written one), that was doing a lot of sorts. However, in v$sysstat it said sorts(disk) = 7, and sorts (memory) = 1971. This is the second time I have seen something like this. If so many sorts are happening in memory, then surely the temp tablespace should not be growing as much (unless the 7 sorts were HUGE sorts)

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2008
Added on Sep 18 2008
3 comments
1,167 views