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

Home -> Community -> Usenet -> c.d.o.misc -> Re: craete table space uniform size?

Re: craete table space uniform size?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 31 Oct 2005 18:15:20 +0100
Message-ID: <m8kcm1petvujfs9brm8gshkbb5oig2fs1s@4ax.com>


On 31 Oct 2005 07:59:49 -0800, "mail2atulmehta_at_yahoo.com" <mail2atulmehta_at_yahoo.com> wrote:

>Hi,
>
>I am using the following query to create a tablespace, but it is giving
>me an error, I thik it is becaue of the uniform size. Any help? The
>error says "atleast 5 blocks ". So how do i increase the blocks?
>CREATE TABLESPACE INDEX02
> DATAFILE 'c:\oracle\product\10.2.0\oradata\INST1\INDEX02.dbf'
>SIZE 2M
>REUSE
> AUTOEXTEND ON NEXT 500K MAXSIZE 5M
> EXTENT MANAGEMENT LOCAL UNIFORM SIZE 4K
> PERMANENT
> ONLINE;
>
>thanks.

Please do not multipost. You are wasting bandwith.

--
Sybrand Bakker, Senior Oracle DBA
Received on Mon Oct 31 2005 - 11:15:20 CST

Original text of this message

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