Connection Pools - Login Sequencing
Use to enter the database login sequencing information for the connection pool.
- Use Native Sequencing
- Specify whether the login uses the database's native sequencing (the <uses-native-sequencing> tag).
- Preallocation Size
- Number of sequences retrieved from the database (the <sequence-preallocation-size> tag).
- Table
- Name of the sequence table (the <sequence-table> tag).
- Name Field
- Field in the sequence Table that contains the sequence name (the <sequence-name-field> tag).
- Counter Field
- Field in the sequence Table that contains the sequence counter (the <sequence-counter-field> tag).
Related Topics
About the TopLink Sessions Editor
Working with Connection Pools
Copyright © 1997, 2004, Oracle.
All rights reserved.