@@ -65,10 +65,15 @@ Module Interface
65
65
the password for the logon during the connection process.
66
66
67
67
The encoding argument is expected to be a string if specified and sets the
68
- encoding to use for regular database strings.
68
+ encoding to use for regular database strings. If not specified, the
69
+ environment variable NLS_LANG is used. If the environment variable NLS_LANG
70
+ is not set, ASCII is used.
69
71
70
72
The nencoding argument is expected to be a string if specified and sets the
71
- national encoding to use for national character set database strings.
73
+ encoding to use for national character set database strings. If not
74
+ specified, the environment variable NLS_NCHAR is used. If the environment
75
+ variable NLS_NCHAR is not used, the environment variable NLS_LANG is used
76
+ instead, and if the environment variable NLS_LANG is not set, ASCII is used.
72
77
73
78
The edition argument is expected to be a string if specified and sets the
74
79
edition to use for the session. It is only relevant if both the client and
@@ -141,10 +146,16 @@ Module Interface
141
146
about 10-15% which is why the default is False.
142
147
143
148
The encoding argument is expected to be a string if specified and sets the
144
- encoding to use for regular database strings.
149
+ encoding to use for regular database strings. If not specified, the
150
+ environment variable NLS_LANG is used. If the environment variable NLS_LANG
151
+ is not set, ASCII is used.
145
152
146
153
The nencoding argument is expected to be a string if specified and sets the
147
- national encoding to use for national character set database strings.
154
+ encoding to use for national character set database strings. If not
155
+ specified, the environment variable NLS_NCHAR is used. If the environment
156
+ variable NLS_NCHAR is not used, the environment variable NLS_LANG is used
157
+ instead, and if the environment variable NLS_LANG is not set, ASCII is used.
158
+
148
159
149
160
The edition argument is expected to be a string, if specified, and sets the
150
161
edition to use for the sessions in the pool. It is only relevant if both the
0 commit comments