About Pooled Database Connections
Optionally, you can configure your Siebel Application Object Manager components to support pooling for the same two types of database connections described previously for nonpooled database connections:
Pooled default database connections. These database connections can be pooled to support sharing (multiplexing), persistence, or both features.
Shared connections support multiple user sessions at the same time, by multiplexing (sharing) database operations for multiple SQL statements over the same database connection. Using shared connections can support more users with a given number of connections.
Persistent connections are pooled, but are not necessarily shared. Using persistent connections can enhance performance by avoiding the cost of creating database connections. All shared connections are also persistent connections.
For more information, see Database Connection Pooling Usage Guidelines and Configuring Pooling for Default Database Connections.
- Pooled specialized database connections. These database connections are dedicated to a single session at a time, and serve a specialized purpose. Pooling such connections provides persistence, but such connections are never shared. By persistently pooling these connections, you enhance performance by avoiding the cost of creating connections.
For more information, see Database Connection Pooling Usage Guidelines and Configuring Pooling for Specialized Database Connections.