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 a Nontransactional Read Login

When you use an external transaction controller (see "Configuring the Server Platform"), establishing a connection requires not only the usual connection setup overhead, but also transactional overhead. If your application reads data only to display it and only infrequently modifies data, you can configure an internal read connection pool to use its own connection specification that does not use the external transaction controller. This may improve performance by reducing the time it takes to establish a new read connection.

Using TopLink Workbench

To enable the configuration of non-transactional connection information for a TopLink read connection pool, use this procedure:

  1. Expand a server session to reveal its connection pools in the Navigator.

  2. Select a read connection pool in the Navigator. Its properties appear in the Editor.

  3. Click the Login tab. The Login tab appears.

  4. Click the Connection subtab. The Connection subtab appears.

    Figure 89-3 Login Tab, Connection Subtab

    Description of Figure 89-3  follows
    Description of "Figure 89-3 Login Tab, Connection Subtab"

To enable a nontransactional read login, select the Use Non-Transactional Read Login option. Continue with "Configuring Connection Pool Connection Options" to specify the connection information.