Oracle Solution for Error imp-00029

IMP-00029: cannot qualify table name by owner (string), use FROMUSER parameter

What triggered the Error:

A table name was qualified with the name of its owner, as shown in the following example. This is not allowed. IMP SYSTEM/MANAGER TABLES=(SCOTT.EMP)

What should we do to fix it:

Use the FROMUSER parameter to specify the table's owner, as shown in the following example: IMP SYSTEM/MANAGER FROMUSER=SCOTT TABLES=(EMP, DEPT)