After exporting oracle table and trying to import the same into MYSQL,i am facing a problem for the date data-type.The date from oracle when imported into MYSQL is displayed as follows example :'04-05-12' is being imported as '0000-00-00'.I tried the date-time data type, but it gives the same result.Using var char solves the problem but this would not be the ideal solution.Experts could you kindly advise After exporting oracle table and trying to impo