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: Force to use a tablespace

RE: Force to use a tablespace

From: ISI/BDD/HAOUHACH <lhaouhach_at_avl.sonatrach.dz>
Date: Wed, 19 Mar 2003 14:33:33 -0000
Message-Id: <24715.322351@fatcity.com>


do like this example:

CREATE TABLE TABLE_NAME
  (COL1 TYPE1,
  COL2 TYPE2,
  .......
   )
PCTFREE 10 PCTUSED 40
INITRANS 1 MAXTRANS 255 TABLESPACE TABLE_SPACE_NAME
   STORAGE ( INITIAL 20K NEXT 372K PCTINCREASE 50    MINEXTENTS 1 MAXEXTENTS 249 );   -----Message d'origine-----
De : roland.skoldblom_at_ica.se [mailto:roland.skoldblom_at_ica.se] Envoyé : mercredi 19 mars 2003 11:54
À : Multiple recipients of list ORACLE-L Objet : Force to use a tablespace

Hallo,

anyone who knows how to force a table to use a special tablespace?

Thanks in advance.

Roland

--

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

Author:
  INET: roland.skoldblom_at_ica.se

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mar 19 2003 - 08:33:33 CST

Original text of this message

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