Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Configuring External Connection Pools

Unlike a server session, a database session does not provide internal connection pools. By default, each time you perform a create, read, update, or delete operation, the database session constructs a new connection to your data source. Alternatively, you can configure your session to use an external connection pool (see "Configuring External Connection Pooling").