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 -> pctfree,pctused

pctfree,pctused

From: <agnieszka.sztela_at_gmail.com>
Date: 19 Jul 2006 12:12:24 -0700
Message-ID: <1153336343.819242.12040@b28g2000cwb.googlegroups.com>


I make:

CREATE TABLE S1
(
CLS_L_ID INTEGER,
ALBUM_STREAM VARCHAR2(9 BYTE),
TEACHER_ID INTEGER
)
TABLESPACE sss
PCTUSED 30
PCTFREE 50; but in the created table there is: pctused 0,pctfree 50 Why?? Received on Wed Jul 19 2006 - 14:12:24 CDT

Original text of this message

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