4

I got .dmp export file from Oracle database. Now I want to import this file into MySQL workbench.

I tried using Data 'Import/Restore' link in MANAGEMENT menu. When I imported my .dmp file it says its finished import. But in schema its not showing that database.

I tried to look at this link here, but its not giving me any proper solution. Is there any other way to import?

Community
  • 1
  • 1
Madhusudan
  • 4,637
  • 12
  • 55
  • 86

1 Answers1

1

oracle dmp files are proprietary and cannot be imported into non-oracle databases

davegreen100
  • 2,055
  • 3
  • 13
  • 24