File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,18 @@ Module Interface
191
191
whether or not to initialize Oracle in events mode. This is required for
192
192
continuous query notification and high availability event notifications.
193
193
194
+ The homogeneous parameter is expected to be a boolean expression which
195
+ indicates whether or not to create a homogeneous pool. A homogeneous pool
196
+ requires that all connections in the pool use the same credentials. As such
197
+ proxy authentication and external authentication is not possible with a
198
+ homogeneous pool.
199
+
200
+ The externalauth parameter is expected to be a boolean expression which
201
+ indicates whether or not external authentication should be used. External
202
+ authentication implies that something other than the database is
203
+ authenticating the user to the database. This includes the use of operating
204
+ system authentication and Oracle wallets.
205
+
194
206
The encoding parameter is expected to be a string, if specified, and sets
195
207
the encoding to use for regular database strings. If not specified, the
196
208
environment variable NLS_LANG is used. If the environment variable NLS_LANG
You can’t perform that action at this time.
0 commit comments