ERROR | cannot qualify table name by owner (string), use FROMUSER parameter |
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 tables owner, as shown in the following example: IMP SYSTEM/MANAGER FROMUSER=SCOTT TABLES=(EMP, DEPT) |