Skip to Main Content

Database Software

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!

DMU-0019 error in migration status panel

Jcgo-OracleJul 27 2011 — edited Jul 27 2011
I see this warning with regards to ROW MOVEMENT disabled.
I dont see the tables that have this disabled.
How to see this?

Also, a retest scan reveals :
*****
DMU-00114


The database has at least one table with data needing conversion in recycle bin. The database cannot be converted as tables in recycle bin are read-only.

To convert the database using the Database Migration Assistant for Unicode, the table in recycle bin needs to be purged or restored.
***********

I did a PURGE RECYCLEBIN and still got this error. I already disconnected and reconnected back to database.

any suggestions?

Comments

wzhang-Oracle
The "Row Movement disabled" warning does not block the conversion but affects whether the CTAS conversion method can be assigned, please see DMU FAQ (#15):

http://www.oracle.com/technetwork/database/globalization/dmu/learnmore/faq-345828.html

For the DMU-00114 error, have you tried refreshing the DMU repository after purging the recycle bin?
and did you do a full purge?

conn / AS sysdba
PURGE DBA_RECYCLEBIN
/
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 24 2011
Added on Jul 27 2011
2 comments
1,825 views