bigpresh / bigpresh/Dancer-Plugin-Database
Oracle NLS parameters
Open
- Dominant language
- Perl
- Stars
- 39
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Need some help.
I have an Oracle database, and to retrieve the data I need to set an environment variable NLS_LANG.
Usually I do it like this:
$ENV{NLS_LANG} ="AMERICAN_AMERICA.CL8MSWIN1251";
If I run the Dancer2 application with Dancer-Plugin-Database
in standalone mode - it works. When I run it through plackup or Starman I get the data in a wrong encoding . Where should I register NLS_LANG and possibly other language variables for Oracle?
Thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.