Forum Discussion

WlisonShen's avatar
WlisonShen
Regular Visitor
1 year ago
Solved

Report Server with Oracle ODP.Net Managed 19.21 Language Problem

Hi Pals,

 

We are currently  at  SSRS 2022  pre-upgrade  verify compatibility stage.

 

While querying the Oracle E-Business Suite 11i (ERP 11i) database (Oracle 11.2.0.4 version), we are using the Oracle ODP.Net Managed Driver (ODPM) 19.21 version.

 

Currently, we are encountering the following issues:

 

The Oracle ERP database supports multi-language configurations. In previous versions of ODP.Net, the NLS_LANG setting referred to the Windows Registry
However, the ODP.Net Managed Driver does not support using NLS_LANG.
During testing, we discovered the following problems with SSRS + ODPM 19.21:

 

The USERENV('LANG') result from the database keep change  between ZHT and US  ( Language )
Setting the Language Property of the Paginated Report to en-US does not work with ODPM, meaning that the report language is not passed to ODPM.


Regards,
Wilson Shen

Senior Microsoft BI Engineer

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, WlisonShen 

    Do you have documentation to check the settings of Oracle, such as:

    Configuring Oracle Data Provider for .NET

     

     

    Best Regards

    Jianpeng Li

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

      • WlisonShen's avatar
        WlisonShen
        Regular Visitor

        Hi All,

         

        Update final status.

        According Microsoft Support Engineer said. SSRS 2022 + Oracle ODP.Net Managed not assocaiated with Oracle session NLS variable : select userenv('LANG') from dual 

         

        We had to using :alert session modify NLS_Language / NLS_Territory / NLS_DateFormat  solution to force NLS_LANGUAGE to US format.

         

        Regards,

        Wilson