Is it possible to import Oracle tables into MYSQL workbench?
Hello,
You will probably have to export the Oracle DB to a file (CSV is probably best) and import it into MySQL. I don't think there is an option for importing directly from Oracle but yes it can be done.