Hi all,
I have a user defined datatype which is mapped to char(15). After the system running for several months, it is found that the length of this type should be extended. But as there is several tables using this type, it is not a good idea to drop this datatype and re-create it. Would you share your experience to handle this case please? Many thanks