Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: TEMP tablespace segment management
Since 8 you can issue an alter session set events 'immediate trace name DROP_SEGMENTS level <ts#+1>';. Given that the ts# is the number of tablespace. And you can know that from the table sys.ts$.
You have temporary tablespace since 8i. I mean the ones you create with create temporary tablespace.....These ones deallocate extents when the transaction finishes.
Regards.
> -----Mensaje original-----
> De: SRAJENDRAN_at_nlfs.com [SMTP:SRAJENDRAN_at_nlfs.com]
> Enviado el: lunes 26 de febrero de 2001 16:25
> Para: Multiple recipients of list ORACLE-L
> Asunto: TEMP tablespace segment management
>
> Hi:
> Could someone let me know if there is a way to free up temporary segments
> in
> a temporary tablespace, other than bouncing the instance.
>
> Thank you,
> Srini
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: SRAJENDRAN_at_nlfs.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Trassens, Christian INET: CTrassens_at_uni2.es Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Feb 26 2001 - 10:39:35 CST