Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JDBC Data Source Factory: Configuration

Configuration Options     Related Tasks     Related Topics

Legacy application-scoped JDBC connection pools rely on JDBC data source factories to provide default connection pool values. Data source factories are included in this release for backward compatibility only.

Configuration Options

Name Description
Name

The name of this JDBC data source factory.

MBean Attribute:
JDBCDataSourceFactoryMBean.Name

Changes take effect after you redeploy the module or restart the server.

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.

Password

The database user password. If the user password is specified in the descriptor, the descriptor value overrides this value.

MBean Attribute:
JDBCDataSourceFactoryMBean.Password

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 in weblogic-application.xml.

MBean Attribute:
JDBCDataSourceFactoryMBean.FactoryName

Changes take effect after you redeploy the module or restart the server.

Properties

The list of properties passed to the JDBC driver that are used to create physical database connections. For example: server=dbserver1. Each property must be on a separate line.

MBean Attribute:
JDBCDataSourceFactoryMBean.Properties

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics


Back to Top