Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle reports and russian language
You have to set a codepage to Russian on client (where Reports runs).
In Windows it will be NLS_LANG=RUSSIAN_CIS.CL8MSWIN1251
where RUSSIAN will make a client to use error messages in Russian, CIS - makes date and numbers in Russian style ( comma instead of dot and vice versa). Finally CL8MSWIN1251 will use Cyrillic charset.
You can try NLS_LANG=AMERIACAN_AMERICA.CL8MSWIN1251 if you dont like tricks with dates and numbers.
For Unixes codepages can be CL8ISO8859P5.
Database must be in any CL8* too. It does not matter in which - unix, or windows - CL*.
Grzesiek wrote:
> Hello!
> Enybody can help me with Oracle Reports i must print report in russian
> language whot and how I must change in register or how i must set nls lang!!
>
>
> Thanks
>
>
Received on Mon Aug 01 2005 - 20:01:54 CDT
![]() |
![]() |