Which three statements are true regarding the use of the Database Migration Assistant for
Unicode (DMU)?
A.
A DBA can check specific tables with the DMU
B.
The database to be migrated must be opened read-only.
C.
The release of the database to be converted can be any release since 9.2.0.8.
D.
The DMU can report columns that are too long in the converted characterset
E.
The DMU can report columns that are not represented in the converted characterset
Explanation:
A: In certain situations, you may want to exclude selected columns or tables from scanning
or conversion steps of the migration process.
D: Exceed column limit
The cell data will not fit into a column after conversion.
E: Need conversion
The cell data needs to be converted, because its binary representation in the target
character set is different than the representation in the current character set, but neither
length limit issues nor invalid representation issues have been found.
A D E
ADE
Thanks KRA!
Not B
B.
The database to be migrated must be opened read-only.
New! Oracle DMU 2.1, released in May 2015, supports a near-zero downtime migration model in conjunction with the Oracle GoldenGate replication technology
http://www.oracle.com/technetwork/database/database-technologies/globalization/dmu/overview/index.html
C is wrong. DMA does not support release 9. See link
http://www.oracle.com/technetwork/database/database-technologies/globalization/dmu/learnmore/configurations-333837.html
ADE
ADE
https://docs.oracle.com/cd/E57425_01/121/DUMAG/ch2migrasteps.htm
ADE