al32utf8 in oracle and SQL Server and DB2 pulling data
- by Bob
I have a non-utf8 oracle database running on 11.1.0.7. We need to support greek characters. So we have two options:
use nvarchar, nclob fields for those fields that need greek (it is not all fields). We have tested this and gotten it to work with java coding.
convert Oracle to AL32UTF8 database. I am not asking how to do this. I got this from…