Connection Pools - Login General
Use to enter the database login information for the connection pool.
- Database Driver
- Name of the database driver (the <driver-class> tag).
- Database Platform
- Name of the database platform (the <platform-class> tag).
- Username
- Name used to log into the database (the <user-name> tag).
- Encrypted Password
- Password of the Username used to log into the database (the <encrypted-password> tag).
- Encryption Class Name
- When using an Encrypted Password, select the specific encryption class (the <encryption-class-name> tag).
- Data Source Location
- Data Source
- Name of the data source used by the session to connect to the database (the <datasource> tag).
- Connection URL
- URL used by the session to connect to the database (the <connection-url> tag).
- Use Non-JTS for
- Specify if the session requires a non-JTS connection.
Note: Normally, use this option for an application server when using cache synchronization.
- Data Source
- Name of the non-JTS connection (the <non-jts-datasource> tag).
- Connection URL
- URL used by the non-JTS connection (the <non-jts-connection-url> tag).
Related Topics
About the TopLink Sessions Editor
Working with Connection Pools
Copyright © 1997, 2004, Oracle.
All rights reserved.