How to shrink temp tablespace in oracle?

前端 未结 7 1363
南方客
南方客 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
    0 讨论(0)
提交回复
热议问题