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