I noticed in the DMU tool that I put my Current Database Character Set: WE8MSWIN1252 and the Target Database Character SET: AL32UTF8
When I run the scan it doesn't appear to want to change any columns from VARCHAR to NVARCHAR, and is bringing up mostly CLOB data and saying to wants to change cells in those. It says the scanning action on the VARCHAR column is N/A.
Is that correct? I've done UNICODE conversions on SQL Server and we changed all our datatypes from VARCHAR to NVARCHAR.
Is this the same in Oracle?