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).

Reply via email to