I faced the problem with the Temp tablespace (Oracle 8.1.7, Windows NT4). It's very huge and full.
Please give me some advise to clean it and decrease it's size.
Temp tablespace is meant to store temporary tables.
Usually, if it is that huge and still gets full, it means some request must be looping. In that case, you will have to find the guilty object and tell the programmer.
The other reason is that someone is creating permanent tables or indexes in the tablespace.
You can check the objects creation date, and if they are older than a couple of days, drop them or move them.
Thank you for helping.
But, I beg you to guide me further because I'm not DBA and my company doesn't have DBA. How can I drop segments and resize datafile? What are the steps and statements?
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.