We have two 10.2.0.3 databases on AIX. I have an exp.dmp file that I am trying to import into our UAT database on another server. The dmp file is large so we are running the imp from the production server. I received the following error:


[prdserverracle] PRDDB /u07
$ imp parfile=imp.par

Import: Release 10.2.0.3.0 - Production on Fri Nov 2 00:34:35 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.


IMP-00058: ORACLE error 44003 encountered
ORA-44003: invalid SQL name
ORA-06512: at "SYS.DBMS_ASSERT", line 146
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 779
ORA-06512: at line 1
IMP-00000: Import terminated unsuccessfully

====

The parfile I used is as follows:

userid=myid/mypass@UAT_DB.world
log=/u07/log/a.log
file=/u06/exp.dmp
commit=y
ignore=y
constraints=n
indexes=n
fromuser=TEST
touser=TEST
RESUMABLE=y
RESUMABLE_NAME=/u07/log/resumable_log.log
RESUMABLE_TIMEOUT=10000


Has anyone seen this error before. I can't find it anywhere.