ORA-12705 after publish project Net.Core 5

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
user5113
Posts: 1
Joined: Fri 09 Apr 2021 06:50

ORA-12705 after publish project Net.Core 5

Post by user5113 » Fri 09 Apr 2021 06:53

Hello everyone. Everything works well in debug mode. But after publishing the project on the IIS server, the error ORA-12705 appears.
I am using dotconnect professional v9.11.951. How to change nls lang without using oracle client registry?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: ORA-12705 after publish project Net.Core 5

Post by Shalex » Fri 09 Apr 2021 12:07

Most likely, the NLS_LANG environment variable on your deployment server contains an invalid language, territory, or character set. Refer to http://www.dba-oracle.com/t_ora_12705_resolution.htm.

Post Reply