Define MySQL table as an external table on Oracle side and just move the data over;
OR
Export MySQL data to a flat file and SQL*Loader it into Oracle.