oracle改列名alter table table_name rename column XXX to XXXalter table table_name modify column_XXX varchar2(20) ....