How to fix the Oracle error ORA-39129: Object type string not imported. Name conflicts with the master table?
In this post, you’ll learn more about the Oracle ErrorORA-39129: Object type string not imported. Name conflicts with the master table with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-39129: Object type string not imported. Name conflicts with the master table
Reason for the Error ORA-39129: Object type string not imported. Name conflicts with the master table
The table being imported from the remote instance has the same name as the master table running this Data Pump job.
How to fix the Error ORA-39129: Object type string not imported. Name conflicts with the master table ?
You can fix this error in Oracle by following the below steps
Rerun the Data Pump job with a nonconflicting name.
Leave Your Comment