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

Home -> Community -> Mailing Lists -> Oracle-L -> temporary tablespace

temporary tablespace

From: Seema Singh <oracledbam_at_hotmail.com>
Date: Mon, 15 Apr 2002 14:48:23 -0800
Message-ID: <F001.00444D0A.20020415144823@fatcity.com>


Hi
I created temporary tablespace by following command create tablespace TEMP datafile
'/xxx/yyy/temp01.dbf' size 800M
autoextend on next 2m
default storage (initial 1024K

                 next 1024K
                 minextents 1
                maxextents 2147483645
                 pctincrease 0)

temporary online
/
Is this correct?
I am looking that it is filling the disk partitions. is temp tablespace will release the space once i shutdown the database? I am thinking i used to use create temporary tablespace temp tempfile 'filename' size would be good syntax? if i offline this tablespace and create another temporary tablespace and ssign that tablespace to users which are using earlier?What will beimpact? tHx
-Seema


Send and receive Hotmail on your mobile device: http://mobile.msn.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Seema Singh
  INET: oracledbam_at_hotmail.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 Apr 15 2002 - 17:48:23 CDT

Original text of this message

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