http://dbissues.blogspot.com/2016/05/frm-30187-size-of-char-column-in-record.html
Error:
FRM-30187: Size of CHAR column in record group must be between 1 and 2000.
Record Group AR_CUSTOMER1
Solution:
Go to the property fo RECORDGROUP named AR_CUSTOMER1 and there is one property called Column Specification there is one columns will be having length greater then 2000 there set it to 2000 which is maximum value. Then it will work.
Thanks it worked
ReplyDeleteThanks , But is there any method to avoid this to occur ?
ReplyDelete