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

Home -> Community -> Usenet -> c.d.o.server -> about storage

about storage

From: Emily Liao <emilyl_at_skytelemedia.com>
Date: Thu, 12 Jun 2003 11:20:46 +0800
Message-ID: <bc8r9n$gqsl6$1@ID-189319.news.dfncis.de>


CREATE TABLE "SCOTT"."A5"("EMPNO" NUMBER(5) NOT NULL, "EMPNAME"     VARCHAR2(20) NOT NULL)
    TABLESPACE "DB_TST1"
    STORAGE ( INITIAL 32K NEXT 32K MINEXTENTS 1 MAXEXTENTS 200     PCTINCREASE 0) Does that mean the table size is 32K*200=6.4M Received on Wed Jun 11 2003 - 22:20:46 CDT

Original text of this message

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