Srini,
Answer to your question is NO, as far as I know.
Why don't you define your temporary tablespace as
'TEMPORARY' assuming your database is at least 7.3 !
Example:
alter tablespace temp temporary;
If you do so, the tablespace cannot be used to hold
any permanent segments, only for temporary segments
created during queries. When the query completes, the
space used by the temporary segment within the the
temporary tablespace is not dropped. Instead, the
space used by the temporary segment is available for
use by other queries; this allows the sorting
operation to avoid the costs of allocating and
releasing space for temporary segments.
[Ref : Advanced Tuning and Administration]
HTH,
Shantanu
- lerobe - Lee Robertson <LEROBE_at_acxiom.co.uk>
wrote:
> find out from dba_tablespaces what the current
> pctincrease value is set to.
>
> Then alter the storage for that tablespace to be
> what it was previously.
>
> Regards
>
> Lee
>
>
> -----Original Message-----
> Sent: 26 February 2001 15:25
> To: Multiple recipients of list ORACLE-L
>
>
> 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).
>
>
> The information contained in this communication is
> confidential, is intended only for the use of the
> recipient
> named above, and may be legally privileged. If the
> reader
> of this message is not the intended recipient, you
> are
> hereby notified that any dissemination, distribution
> or
> copying of this communication is strictly
> prohibited.
> If you have received this communication in error,
> please
> re-send this communication to the sender and delete
> the
> original message or any copy of it from your
> computer
> system.
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: lerobe - Lee Robertson
> INET: LEROBE_at_acxiom.co.uk
>
> 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).
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Shantanu Talukder
INET: shantanu_t_at_yahoo.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).
Received on Mon Feb 26 2001 - 11:15:04 CST