We are currently migrating one of our oracle databases to UTF8 and we have found a few records that are near the 4000 byte varchar limit. When we try and migrate these reco
The select may look like the following sample:
select nvalue from table where length(asciistr(nvalue))!=length(nvalue) order by nvalue;