No particular implications if you recreate TEMP while no one is using the database. I recommend doing this during scheduled maintenance, after you do the following:
Code:
shutdown immediate
<do a full, cold backup>
startup restrict <-- keeps others out while doing maintenance
<do your TEMP ts drop and recreate>
alter database disable restricted session; <-- reopens to others
To avoid having to reassign users to the new temp tablespace, be sure to use the same ts name for the temp tablespace as the first temp tablespace.
Let us know how things go.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
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.