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
27
27
The latest CLI is always compatible with all database frameworks of the same minor version.
28
28
For 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.
29
29
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
+
30
41
## Usage
31
42
32
43
` 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