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
265265```
266266
267267The 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+
268271When a pooled session has a connection class, Oracle ensures that the
269272session is not shared outside of that connection class.
270273
271274The connection class value is similarly used by
272275[ Database Resident Connection Pooling] ( #drcp ) (DRCP) to allow or
273276disallow sharing of sessions.
274277
278+
275279For 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
277281Human Resources system, and it might be set to 'OE' for users of an
278282Order Entry system. Users will only be given sessions of the
279283appropriate class, allowing maximal reuse of resources in each case,
You can’t perform that action at this time.
0 commit comments