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 -> create tablespace creating a problem

create tablespace creating a problem

From: <mail2atulmehta_at_yahoo.com>
Date: 31 Oct 2005 07:54:30 -0800
Message-ID: <1130774069.998681.285620@g49g2000cwa.googlegroups.com>


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. Any6 help? 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. Received on Mon Oct 31 2005 - 09:54:30 CST

Original text of this message

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