8i:
alter table xxx add(a number);
update xxx set a = b;
alter table xxx drop(b);当然,修改列名也是可以的,不过比较麻烦
要修改数据字典表