File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,17 @@ You can also download all development versions from [Bintray](https://bintray.co
2727The latest CLI is always compatible with all database frameworks of the same minor version.
2828For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x and 3.1.x.
2929
30+ ## Localization and NLS settings
31+ utPLSQL-cli will use the environment variables "LC_ALL" or "LANG" to change the locale and therefore the NLS settings.
32+ If neither environment variable is available, it will use the JVM default locale.
33+
34+ Example: to change the NLS-settings to English American, you can do the following:
35+ ```
36+ export LC_ALL=en_US.utf-8
37+ ```
38+
39+ The charset-part of LC_ALL is ignored.
40+
3041## Usage
3142
3243` utplsql run <ConnectionURL> [-p=(ut_path|ut_paths)] [-f=format [-o=output_file] [-s] ...] `
You can’t perform that action at this time.
0 commit comments