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: cannot specify pctincrease value when create tablespace

Re: cannot specify pctincrease value when create tablespace

From: Howard J. Rogers <dba_at_hjrdba.com>
Date: Sun, 10 Feb 2002 07:49:11 +1100
Message-ID: <3c658b4b$0$14526$afc38c87@news.optusnet.com.au>


No bugs, no version-specific nasties... just that PCTINREASE is not a valid key word, whereas PCTINCREASE is.

Regards
HJR

--
----------------------------------------------
Resources for Oracle: http://www.hjrdba.com
===============================


"Richard Chen" <chenri_at_snet.net> wrote in message
news:pP898.264$g34.104789120_at_newssvr10.news.prodigy.com...

> This is done on oracle 8.1.7.0.1 on a redhat 7.2 linux box.
> The following fails:
>
> create tablespace ts1 datafile
'/u/u01/app/oracle/oradata/pionex/ts101.dbf'
> size 100M autoextend on default storage (initial 10m next 10m maxextents
> unlimited PCTINREASE 0)
>
> ERROR at line 1:
> ORA-02143: invalid STORAGE option
>
> If I remove 'PCTINREASE 0' then it works. Since I don't want the default
50
> value
> for pctincrease, I have to do a an alter tablespace after that.
>
> My question is why I cannot specify 'PCTINREASE 0' when creating
> tablespace?
> Is this a bug in this version? Does it happen in other versions?
>
> Thanks for any info.
>
> Richard
>
>
Received on Sat Feb 09 2002 - 14:49:11 CST

Original text of this message

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