|
alter tablespace resize的时候,我认为oracle是去把尚未allocate给segmets的space要回来。你的tablspace有17G,当然要花很久的时间了。
如果你的temp tablespace 是temporary的,涨到很大,你也可以用resize。
我的Data mart data warehouse, 就不设定limit, 因为大多数的report需要很大的temp, 如果用户run了几个小时 fail 掉,会骂死我的。只好一直monitor system all the time. |
|