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: How to set COMPATIBILITY

Re: How to set COMPATIBILITY

From: R.Schierbeek <bytelife_at_worldonline.nl>
Date: Fri, 4 Dec 1998 16:01:16 +0100
Message-ID: <748so1$fuq$1@news.worldonline.nl>


Nike heeft geschreven in bericht <36668B05.EFD30131_at_hk.super.net>...
>I have the problem of executing some SQL like:
>create tablespace 'DATA.DAT' SIZE 30M REUSE AUTOEXTEND ON;
>
>It returns error saying this statement requires ORACLE 7.2.0.0.0
>But I am using ORACLE 7.3.3.4 OpenVMS version,
>What can I do?
>

Hello Nike,
For the autoextend option to work, the compatibilty of an Oracle 7.2.3 database needs to be changed in the INIT.ORA file with the following parameter:

    "compatibility = 7.2.3"

Good luck, Roelof



Roelof Schierbeek, DBA
Bytelife BV
The Hague, Holland
email: bytelife AT worldonline.nl
check out : http://home.worldonline.nl/~bytelife Received on Fri Dec 04 1998 - 09:01:16 CST

Original text of this message

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