Is there a way we can update the columns by writing a scripts, I don't want to do it manually like :

COMMENT on COLUMN table_name.comments is 'blah';


Another word, USER_COL_COLUMNS is a view and I can't update that view, is there any others way?????

thanks,