Charset conversion on apps tier
Last year while on R12.0.6 we upgraded our DB to 11g - and at the same time converted the Charset from US7ASCII
to AL32UTF8.
We did not change the Charset on the Apps Tier - just the DB Tier.
Now, last month, while upgrading to R12.1.3 we got an error (ORA-24816) which indicated that we should have changed the Charset on the Apps Tier as well.
So I edited the Context File as below and ran autoconfig and the upgrade continued.
Now from time to time we get unexpected results from SQL Loaders.
Now I am wondering if there is something that I missed?