Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How does one reclaim temp space?
Hello,
You may want to try the following commands:
alter tablespace TEMP permanent;
alter tablespace TEMP temporary;
Regards,
Cong
Mendoza Family wrote:
>
> I have temp space that is not shrinking. Is there a way to reclaim the
> temp space in the same manner as the shrink for the rollbacks?
>
> Thanks for any help given,
> Moises
![]() |
![]() |