how to modify the column size in oracle code example Example: alter table column size oracle ALTER TABLE tablename MODIFY fieldname VARCHAR2(100);