![]() ![]() ![]() ![]() |
A UCP data source is used to provide access to other data sources in your environment. see Using Universal Connection Pool Data Sources.
To create a UCP data source:
Name - Enter a
name for this JDBC data source. This name is used in the
configuration file (config.xml
) and throughout
the Administration Console whenever referring to this data
source.
JNDI Name - Enter the JNDI path to where this JDBC data source will be bound. Applications look up the data source on the JNDI tree by this name when reserving a connection.
Database Type - Select the DBMS of the database that you want to connect to. If your DBMS is not listed, select Other.
Database Driver - Select the JDBC driver you want to use to connect to the database.
Driver Class Name - The full package name of JDBC driver class used to create the physical database connections in the connection pool.
URL - The URL of the database to connect to.
JNDI Name - Enter the JNDI path to where this JDBC data source will be bound. Applications look up the data source on the JNDI tree by this name when reserving a connection.
Database User Name - Database user name.
Password - Select the JDBC driver you want to use to connect to the database.
Properties - The list of properties passed to the JDBC driver that are used to create physical database connections.
System Properties - The list of System Properties names passed to the JDBC driver that are used to create physical database connections.
![]() |