alter table templateviewer rename column objectnames to objectnames_; alter table templateviewer add objectnames clob; update templateviewer set objectnames = objectnames_; alter table templateviewer drop COLUMN objectnames_; -- alter table uf_personscore modify servscore varchar2(32);