Michael,
        I have seen the same behavior. Even stopping and starting the
database did not seem to clear up the temp segments as described in the
documentation. I did some research on it, but could not find anything on
metalink nor could I find any patterns with testing. Adding more space to
the tablespace only delayed the onset of the problem (we had a temp
tablespace of > 20G with 3 users on the system). The only solution was to
shutdown the database, start it up, drop the temp tablespace and recreate
it. I think it is a bug, but we never took the time to put in a TAR.

Dan

-----Original Message-----
Sent: Wednesday, July 17, 2002 9:43 AM
To: Multiple recipients of list ORACLE-L


No, I created it as you suggested.  Here is the SQL from my script...

CREATE TEMPORARY TABLESPACE TEMP
   TEMPFILE 'E:\OraNT\oradata\SID\temp01.dbf' SIZE 250M REUSE
   AUTOEXTEND ON NEXT 50M MAXSIZE 2000M
   EXTENT MANAGEMENT local
   UNIFORM SIZE 2M;

Does that help?

Thanks,
Mike


-----Original Message-----
Sent: Tuesday, July 16, 2002 8:08 PM
To: Multiple recipients of list ORACLE-L


Vergara, Michael (TEM)£¬
    Hi , i think you created the tablespace like:
        Create tablespace temp datafile 'xxx' extent management local ....,
right?
        Drop it and recreate it like:
        Create temporary tablespace temp tempfile 'xxx' ...


Good luck!

            chaos
            [EMAIL PROTECTED]

zhu chao
DBA of Eachnet.com
86-021-32174588-667

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vergara, Michael (TEM)
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: Fink, Dan
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to