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: Win2000/8.1.7.3/Temp Space Question

RE: Win2000/8.1.7.3/Temp Space Question

From: Vergara, Michael (TEM) <mvergara_at_guidant.com>
Date: Wed, 17 Jul 2002 07:43:27 -0800
Message-ID: <F001.0049A04E.20020717074327@fatcity.com>


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
            chaospku_at_163.net

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: mvergara_at_guidant.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 Wed Jul 17 2002 - 10:43:27 CDT

Original text of this message

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