File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -265,15 +265,19 @@ String connectionClass
265
265
```
266
266
267
267
The Connection class value defines a logical name for connections.
268
+ Most single purpose applications should set ` connectionClass ` when
269
+ using a connection pool or DRCP.
270
+
268
271
When a pooled session has a connection class, Oracle ensures that the
269
272
session is not shared outside of that connection class.
270
273
271
274
The connection class value is similarly used by
272
275
[ Database Resident Connection Pooling] ( #drcp ) (DRCP) to allow or
273
276
disallow sharing of sessions.
274
277
278
+
275
279
For example, where two different kinds of users share one pool, you
276
- might set ``` connectionClass `` ` to 'HR' for connections that access a
280
+ might set ` connectionClass ` to 'HR' for connections that access a
277
281
Human Resources system, and it might be set to 'OE' for users of an
278
282
Order Entry system. Users will only be given sessions of the
279
283
appropriate class, allowing maximal reuse of resources in each case,
You can’t perform that action at this time.
0 commit comments