To Alter column size in Oracle you may use the following query. It helps if your size of input doesn't fit your column. ALTER TABLE MY_TABLE_NAME MODIFY ( MY_FIELD varchar2(250) );
No comments:
Post a Comment