Using Oracle Datatypes NCHAR and NVARCHAR2
All data passed to and read back from the DB Access Module for Oracle OCI with Oracle datatypes NCHAR and NVARCHAR2 should be in UTF-16 encoding. DB Access Module for Oracle OCI allows binding UTF-8 data using RWDBMBString; however, an internal conversion to UTF-16 will occur.