If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Error when I want to drop a column ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-22-04, 07:58
nanou9999 nanou9999 is offline
Registered User
 
Join Date: Jan 2004
Location: Cergy
Posts: 65
Question Error when I want to drop a column ?

SQL> ALTER TABLE GAZBX811.ARTICLES
2 DROP (DATEMODI);
ALTER TABLE GAZBX811.ARTICLES
*
ERREUR à la ligne 1 :
ORA-00406: param. COMPATIBLE doit être 8.1.0.0.0 ou plus


SQL>

Sorry but I have a french version. My client is Oracle 9.2
Reply With Quote
  #2 (permalink)  
Old 05-22-04, 08:04
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
There is an Oracle system parameter called COMPATIBLE that is apparently set to a value lower than 8.1.0.0.0 on your database. This means that you can't do anything that was not valid prior to 8.1.0.0.0. The solution (assuming you are actually using a server of version 8.1.0.0.0 or higher) it to change the COMPATIBLE parameter to a higher value.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 05-22-04, 08:23
nanou9999 nanou9999 is offline
Registered User
 
Join Date: Jan 2004
Location: Cergy
Posts: 65
Where ?
in the orainit.ora ?
Reply With Quote
  #4 (permalink)  
Old 05-22-04, 08:34
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Yes, this is one for your DBA. Setting the parameter is described here.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On