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: CREATE TABLESPACE

Re: CREATE TABLESPACE

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Thu, 12 Aug 1999 11:24:19 -0400
Message-ID: <37B2E722.E66CF537@Unforgettable.com>


Because autoextend was not available until 7.3.

What version of the RDBMS are you using? Do you have a COMPATIBLE parameter in your initxxx.ora?

Ken

John Edwards wrote:

> Does anyone have any idea why I'm getting this error:
>
> SVRMGR> create TABLESPACE bv401
> 2> datafile '/data/bv4/oradata/bv401_tablespace.dbf' size 30M
> 3> autoextend on
> 4> maxsize 100M
> 5> default storage
> 6> ( initial 30K
> 7> next 20K
> 8> pctincrease 1 )
> 9> ;
> create TABLESPACE bv401
> *
> ORA-00406: COMPATIBLE parameter needs to be 7.2.0.0.0 or greater
>
> TIA
>
> John
Received on Thu Aug 12 1999 - 10:24:19 CDT

Original text of this message

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