Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Materialized View with "error in exporting/importing data"

511057Dec 11 2007 — edited Dec 12 2007

My system is a 10g R2 on AIX (dev). When I impdp a dmp from other box, also 10g R2, in the dump log file, there is an error about the materialized view:

ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data 
Desc mv_emphora
Name              Null?    Type
----------------- -------- --------
C_RID                      ROWID
P_RID                      ROWID
T$CWOC            NOT NULL CHAR(6)
T$EMNO            NOT NULL CHAR(6)
T$NAMA            NOT NULL CHAR(35)
T$EDTE            NOT NULL DATE
T$PERI                     NUMBER
T$QUAN                     NUMBER
T$YEAR                     NUMBER
T$RGDT                     DATE

As i ckecked here and Metalink, I found the info is less to do with the MV? what was the cause?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2008
Added on Dec 11 2007
5 comments
2,553 views