ORA-39142: incompatible version number 5.1 in dump file
ORA-39142: incompatible version number 5.1 in dump file.
Recently I came across one issue while importing schema dump in 12c database.
My Scenario.
Schema Export taken from Database version 12.2.0.1.0
Schema Import needs to be done on Database version 11.2.0.4.0
While doing import to 11.2.0.4, I have received following error and import terminated.
ORA-39000: bad dump file specification
ORA-39142: incompatible version number 5.1 in dump file "/xxx/db/ schema_dump.dmp"
Further analysis.
As above error shows that there is some incompatibility with the versioning of Database and Dump File version.
Here are some facts as per oracle Doc related to DB versioning and Dump file compatibility.
Data Pump dumpfile compatibility