ORA-00406 Altering table adding colunm
567959Oct 20 2008 — edited Oct 20 2008Hi,
I have two databases in diferent servers:
database A oracle 10g compability 9i
database B oracle 10g compability 9i
I execute the following comand in both databases but the result was diferent:
Database A:
alter table maip.tmaitip0 add(ct_afl number(1));
table altered...
Database B:
alter table maip.tmaitip0 add(ct_afl number(1));
ORA-00406: COMPATIBLE parameter needs to be 10.0.0.0.0 or greater
ORA-00722: Resource "Add/drop column for compressed tables"
The databases are the same an the table structures too.
Can any body give me a help?
Thanks
Jose Luis Suarez
DBA