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



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

Answer / guest

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)

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02768: Maximum number of files is invalid

1 Answers  


PLS-00360: cursor declaration without body needs return type

1 Answers  


ORA-02806: Unable to set handler for SIGALRM

1 Answers  


ORA-16156: LGWR archive log dependency not allowed if database is standby protected

1 Answers  


ORA-26660: Invalid action context value for string

1 Answers  






DRG-10305: pipe string is full

1 Answers  


QSM-02011: a HAVING clause is present

1 Answers  


PCC-00122: Input file name and output file name are identical

1 Answers  


ORA-01090: shutdown in progress - connection is not permitted

1 Answers  


ORA-02311: cannot alter with COMPILE option a valid type with type or table dependents

1 Answers  


ORA-14646: Specified alter table operation involving compression cannot be performed in the presence of usable bitmap indexes

1 Answers  


ORA-12899: value too large for column string (actual: string, maximum: string)

1 Answers  


Categories