JDBC Data Source Factories
Data source factories are included in this release for backward compatibility only. Legacy application-scoped JDBC connection pools rely on JDBC data source factories to provide default connection pool values.
This page summarizes the JDBC data source factories created in this domain.
Column Display
You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.
The following table lists all of the data points that you can display in columns on this page.
Name Description Name A unique name that identifies this data source factory in the WebLogic domain.
User Name The database account user name used in physical database connections. This may be overridden by
user-name
in the descriptor.MBean Attribute:
JDBCDataSourceFactoryMBean.UserName
Changes take effect after you redeploy the module or restart the server.
URL The URL of the database to connect to. The format of the URL varies by JDBC driver.
This may be overridden by
url
in the descriptor.MBean Attribute:
JDBCDataSourceFactoryMBean.URL
Changes take effect after you redeploy the module or restart the server.
Driver Class Name The full package name of JDBC driver class used to create the physical database connections in the connection pool.
This may be overridden by
driver-name
in the descriptor.MBean Attribute:
JDBCDataSourceFactoryMBean.DriverClassName
Changes take effect after you redeploy the module or restart the server.
Factory Name The name used in deployment descriptor files to reference this JDBC data source factory.
This is referenced from the
connection-factory
element inweblogic-application.xml
.MBean Attribute:
JDBCDataSourceFactoryMBean.FactoryName
Changes take effect after you redeploy the module or restart the server.