生产数据库一直运行正常,今天要在某张大表上增加一列,环境为 AIX5L + ORACLE9.2.0.7.0:
SQL>alter table SAL_t_XXXXXXX add P075 number default 0 ;
alter table SAL_t_XXXXXXX add P075 number default 0 ;
ORA-22586: cannot add columns to object tables
SQL>
后又执行如下语句: (注 remark2 一个未使用的列)
生产数据库一直运行正常,今天要在某张大表上增加一列,环境为 AIX5L + ORACLE9.2.0.7.0:
SQL>alter table SAL_t_XXXXXXX add P075 number default 0 ;
alter table SAL_t_XXXXXXX add P075 number default 0 ;
ORA-22586: cannot add columns to object tables
SQL>
后又执行如下语句: (注 remark2 一个未使用的列)