IMP-00017: failed with ORACLE error 942 (SYS.DBMS_REPUTIL.SYNC_UP_REP)
Hi,
I am trying to exp a table from an oracle 9i db to an oracle 11g db.
exp USERID=user1/pass1@db9i TABLES=test FILE=test.dmp ROWS="y" statistics="none" GRANTS="n" INDEXES="n" TRIGGERS="n" CONSTRAINTS="n"
While trying to import i get an error
*"IMP-00017: following statement failed with ORACLE error 942:*
*"BEGIN SYS.DBMS_REPUTIL.SYNC_UP_REP('CYGENT_ADMIN','AGENT_ROOT_MAP'); END;"*
_when i do_
imp USERID=user2/pass2@db11g TABLES=test FILE=test.dmp FROMUSER=user1 TOUSER=user2 SHOW=Y
the last line i see is
*"BEGIN SYS.DBMS_REPUTIL.SYNC_UP_REP('CYGENT_ADMIN','AGENT_ROOT_MAP'); END;"*
_Question_
What do i need to do so that the last line (SYNC_UP_REP) is not included in the export dump.
Have tried searching for this but without much luck.
Appreciate the help.