From CTrassens@uni2.es Mon, 26 Feb 2001 20:43:15 -0800 From: "Trassens, Christian" Date: Mon, 26 Feb 2001 20:43:15 -0800 Subject: RE: TEMP tablespace segment management Message-ID: MIME-Version: 1.0 Content-Type: text/plain Since 8 you can issue an alter session set events 'immediate trace name DROP_SEGMENTS level ';. 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@nlfs.com [SMTP:SRAJENDRAN@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@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@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@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@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).