when u do alter users to use the new temp tablespace, you will have to allow for current processes to stop.
one of the ways to check which users are using temp tablespce is this script...
select b.tablespace
,b.segfile#
,b.segblk#
,round(((b.blocks*p.value)/1024/1024),2) size_mb
,a.sid...
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.