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: Dave Klinger <dklinger_at_bechtel.com>
Date: Thu, 3 Dec 1998 14:18:39 GMT
Message-ID: <36669DBE.1644EDE8@bechtel.com>


Check your init.ora file for a line like:

    compatible = 7.x.x.x.x
Make sure the number is greater than 7.2. Unless you have backward compatibility concerns, you should set this number to the actual version of Oracle you are running, ie. 7.3.3.4.

Dave

Nike wrote:

> 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?
>
> Thanks
Received on Thu Dec 03 1998 - 08:18:39 CST

Original text of this message

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