Network Config   «Prev 

Enable Connection Pooling in Oracle

Connection pooling syntax
Connection pooling syntax

Line 1: If a number is specified, then Connection Pooling is enabled for both incoming and outgoing network connections, and the number indicates the timeout in ticks for both incoming and outgoing network connections.
Line 2: If ON, YES, TRUE, or BOTH is specified, then Connection Pooling is enabled for both incoming and outgoing network connections, and the default timeout (set by Net8) will be used for both.
Line 3: If IN is specified, then Connection Pooling is enabled for incoming network connections and the default timeout (set by Net8) will be used for incoming network connections.
Line 4: If OUT is specified, then Connection Pooling is enabled for outgoing network connections and the default timeout (set by Net8) will be used for outgoing network connections.