Hi,
I am using SQLyog trail version to convert some oracle tables to mysql. But when i do that some of the tables giving error. Attaching is the error log file for the same.
Can you please help me on the issue and also please provide me the steps to fix the issue.
I am trying to migrate the data by checking “set_foreign_key_set=0”
error as follows:
ERROR: 1005, Can’t create table ‘LOCAL_TEST.#sql-2e93_104’ (errno: 150)
Table:NUMBERS
Sql: ALTER TABLE `NUMBERS` ADD FOREIGN KEY `NUMBERS_PREFIX_FK`(`COUNTRY_CODE`,`PREFIX`)REFERENCES `PREFIX`(`COUNTRY_CODE`,`PREFIX`)ON DELETE NO ACTION ON UPDATE CASCADE
ERROR: Import aborted…
Regards
Shivam