Skip Headers
Oracle® TopLink Developer's Guide
10g Release 3 (10.1.3.1.0)

Part Number B28218-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

76 Configuring Server Sessions

This chapter describes the various components that you must configure to use server and client sessions.

Table 76-1 lists the configurable options for server sessions.

Server Session Configuration Overview

Table 76-1 lists the configurable options for server sessions.

Configuring Internal Connection Pools

An internal connection pool is a collection of reusable connections to a single data source provided by any session that persists to a data source. By default, such a session provides both an internal read and write connection pool.

In this case, you can do the following:

For more information about creating and configuring internal connection pools, see the following:

For more information about configuring the type of connection pool your session uses, see "Configuring External Connection Pooling".

Configuring External Connection Pools

An external connection pool is a collection of reusable connections to a single data source provided by a JDBC driver or J2EE container.

By default, a session uses internal connection pools (see "Configuring Internal Connection Pools"). For more information about configuring a session to use an external connection pool, see "Configuring External Connection Pooling".