hi all,
i have a strange problem here. I have around 600 tables in Oracle DB(On 8i,
so i am not able to use mysql migration tool kit!!). Now i want move all of
these to mysql. I am initially trying to convert the schema from oracle to
mysql. My problem is, in the existing oracle DB, for storing both integers
as well as decimal values i am using the same dataype 'number'. But during
migration i want to distinguish if that field 'number' in oracle is actually
holding an integer or decimals. Is this possible to do or i have to manually
do it only.
Thank you sujay