oHi ,
I have requirement , I just need to increase size of Column of some field, but datatype of that column is CHAR. Table which I changed column size contain million tons of Record. By using Alter command I make a script and run it , but it takes lot of times to alter (Approx. say 1hrs). Is it possible way to do reduce this time .
Note : We didn't changed datatype to VARCHAR2 , just changed column size. For e.g. from CHAR(4) to CHAR(60).