10g Support of Unicode/UTF8
Does anybody know if the client oracle lite 10g database actually stores data in utf8 or unicode character set?
The documentation gives reference to this type of support but no examples/documentation that relates to how to setup/config to perform this.
Have the need to be have client oracle lite database that can support both english and korean for example. Master database has charset of utf8.
Korean characters show up as question marks after sync and querying the oracle lite database.
We have tried setting the db_char_encoding to utf8 - this actually gave an error about missing olilutf8.dll file which we worked around and still get the same result.
We have tried both the webtogo and type 2 polite driver and it makes no difference.
If anyone was successful at getting this to work, please explain what you had to setup/configure on the client and server.