Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to set COMPATIBILITY
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
![]() |
![]() |