bigpresh / bigpresh/Dancer-Plugin-Database

Oracle NLS parameters

Open
#53 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.