I am having Unicode characters present in a column with varchar2 as datatype. Table is present in Oracle Db. Oracle has AL32UTF8 set. But my data stage engine is installed without NLS. Is there any way I can read these Unicode characters without installing NLS?
Asked
Active
Viewed 1,302 times
1
-
I am able to read these Unicode characters via SQL developer correctly. But while reading it thru a Oracle plugin in datastage , I am getting "?" in place of these Unicode characters. – user3635916 Jun 19 '14 at 05:34