Database Utilities (MOSC)

MOSC Banner

DB import errors

edited Mar 18, 2010 8:18PM in Database Utilities (MOSC) 18 commentsAnswered ✓
Hi,
I have a question about db import. There are below errors while importing a replicated database dump to a single database schema:

ORA-39083: Object type POST_TABLE_ACTION failed to create with error:
ORA-00942: table or view does not exist
Failing sql is:
BEGIN
 SYS.DBMS_REPUTIL.SYNC_UP_REP('A1','AA');
 END;

ORA-39083: Object type POST_TABLE_ACTION failed to create with error:
ORA-00942: table or view does not exist
Failing sql is:
BEGIN
 SYS.DBMS_REPUTIL.SYNC_UP_REP('A2','BB');
 END;

....


These errors are printed to the output screen, is there any way to skip/disable these errors? Or, is there any data pump import parameter to set for this purpose?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center