How to extend column width of ego_mtl_sy_items_ext_tl
Hi,
There is a business requirement of extending the column width of one of the tl column tl_ext_attr1 of table ego_mtl_sy_items_ext_tl to 4000. Currently the field width is 1000 and it stores translatable value in the PIM.
Please let us know, any impact of extending the column width from 1000 to 4000, using the command
alter table ego.ego_mtl_sy_items_ext_tl modify(tl_ext_attr1 varchar2(4000) )
Will there be any impact on any existing indexes on these columns too ?
Regards,
Bhaskar