How to shrink temp tablespace in oracle?

前端 未结 7 1367
南方客
南方客 2020-12-12 13:11

How can we shrink temp tablespace in oracle? And why it is increasing so much like upto 25 GB since there is only one schema in the database for the application and data tab

7条回答
  •  既然无缘
    2020-12-12 13:53

    I don't bother with dropping the alternate temp in case i need to reclaim storage again in the future...

    1. from temp group set default to stand-alone temp
    2. wait awhile, then resize members of temp group
    3. set default back to temp group
    4. wait awhile, resize stand alone temp. there's no rush to do the last step

提交回复
热议问题