cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle DB to HANA DB Character Set Problem

gitae
Discoverer

Hello,

I've got a problem while interfacing oracle db data to sap(hana db).

English character are working well, but Korean aren't working. It shows like ' ? ? ? '.

Oracle DB Character Set is like below.

NLS_NCHAR_CHARACTERSET : AL16UTF16

NLS_CHARACTERSET : WE8MSWIN1252

 

Both are on Linux Sever.

 

Is there any solution for this problem?

Waiting for your kind reply.

Thank you.

View Entire Topic

Hi,

This looks like a general character-set issue. You have to make sure both systems are UNICODE systems with unicode character-set.

But it is also possible that the "interface" is the bottleneck. What is the interface you are using? Is it a SAP-standard one?

gitae
Discoverer
0 Kudos

Hi, thanks for your reply.

It's like db interface by connecting both DB. not sure which interface are using it right now. But with abap source code I reach to oracle db.