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

Re: pctfree,pctused

From: <g>
Date: Wed, 19 Jul 2006 20:49:41 +0100
Message-ID: <-66dnXW9gpizECPZRVnyvg@bt.com>


Question 1
why do you want that setting
2
what version
3
whatsthe rate of change in the table

<agnieszka.sztela_at_gmail.com> wrote in message news:1153336343.819242.12040_at_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:49:41 CDT

Original text of this message

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