Oracle® Database 11g / 12c / 18c error codes IMP-00029: cannot qualify table name by owner ([string]), use FROMUSER parameter
IMP-00029: cannot qualify table name by owner ([string]), use FROMUSER parameter
Oracle Error Code: IMP-00029
Cause: 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)
Action: Use the FROMUSER parameter to specify the table''s owner, as shown in the following example: IMP SYSTEM/MANAGER FROMUSER=SCOTT TABLES=(EMP, DEPT)