Temp Table Space

Temp table running out of space, What will you do?

Showing Answers 1 - 15 of 15 Answers

sunny

  • Jul 17th, 2015
 

We will remove the temp file or we can resize the temp tablespace.

  Was this answer useful?  Yes

ketan

  • Feb 3rd, 2016
 

Update temp table also using alter keyword

  Was this answer useful?  Yes

Ajin

  • Feb 24th, 2016
 

In production environment,there are different scenarios where temp tablespace is occupied on a particular point of time. One of them is if space in temp tablespace is occupied unusually then it might be due to the active sessions occupying the space. Run the query to get the session id,username, sql id and sql text details which is occupying the temp space on that point of time and notify the application team about the details. Application team will come back on what action needs to be taken on that particular session. Another scenario is if temp space is occupied to a greater extent on daily basis then we should increase the temp tablespace space as it might be due to the more number of sessions or any recent changes from application end.

  Was this answer useful?  Yes

amjath

  • Mar 11th, 2016
 

Check the temp tablespace usage and kill inactive sessions or contact high space usage users to kill their sessions.

  Was this answer useful?  Yes

Suresh Borse

  • Apr 8th, 2016
 

Add the tempfile to temp tablespace.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions