Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: temp tablespace is permanent tablespace

RE: temp tablespace is permanent tablespace

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Thu, 05 Jul 2001 16:03:37 -0700
Message-ID: <F001.00342474.20010705160024@fatcity.com>

Hi Lyuda,

What platform and what version?

If on 815 and using global temporary tables (GTTs) then perhaps the temp tablespace was set to permanent to avoid some of the errors associated with GTTs.

That said, by having the tablespace with permanent contents, the performance is probably worse.
Also check dba_segments to see if someone has created permanent objects in that tablespace - not necessarily a good idea but it would stop you converting the tablespace to temporary contents unless the objects are moved.

Regards,
Bruce Reardon

-----Original Message-----
Sent: Friday, 6 July 2001 8:56

Hi,
One of the generic users (multiple people use the same logon/password) on one of my db's has been assigned temporary tablespace which is a permanent tablespace type, i.e.
(select contents from dba_tablespaces where tablespace_name=my_ts_name;
returns PERMANENT).
I was told by let it stay that way. I am investigating the whole thing (just for myself). Is there any true reason why the user would need their temp tablespace to be permanent? Could my situation cause any major problems? If so, what things I need keep my eye on in order to avoid them? Thank you.
Lyuda Hoska

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.com.au

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 Thu Jul 05 2001 - 18:03:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US