Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read data from an external Oracle-DB: Codepage problems

0 Likes
447

Hi,

I try to get data from an external Oracle-DB which runs under NLS_CHARACTER

WE8ISO8859P1. In this DB are russian texte stored. If I read these texts via native-SQL I obviously get wrong characters. (e.g. Èíñòðóìåíòû äëÿ óãëîâîé øëèôîâàëüíîé ìàøèíû instead of Инструменты для угловой шлифовальной машины). If I save the text as a html file and then open it with IE. I can change the encoding and get the right view.

Has anybody got an idea ? (Mabye I can read the data in a different codepage or maybe there is a possibility to convert the codepage in SAP after reading it from oracle)

Thanks a lot !!!!

2 REPLIES 2
Read only

Former Member
0 Likes
414

See if note 19689 helps.

Rob

Read only

0 Likes
414

The problem is solved.

Many thanks !