Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JDBC Data Source: Configuration: Identity Options

Configuration Options     

This page enables you to choose the security identity option used when mapping WebLogic Server user credentials to database user credentials.

Configuration Options

Name Description
Data Source Name

A unique name that identifies this data source in the WebLogic domain.

MBean Attribute (Does not apply to application modules) :
JDBCDataSourceBean.Name

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

Type

The type of data source: Generic, GridLink, or Multi Data Source.

Driver Class Name

Select that driver that you want to use to create physical database connections. The data source pools the database connections for use and reuse by your applications.

* indicates that the driver is explicitly supported by Oracle WebLogic Server. If your driver is not listed, select "other."

Set Client ID On Connection

Enables Set Client ID on connection for the data source. When an application requests a database connection, WebLogic Server sets a light-weight client ID on the database connection.

By default, it uses the credential mapping to map WebLogic Server user IDs to database user IDs. However, if use-database-credentials is set to true, then the credential mapping is not done and the ID is used directly as a database user ID.

It is currently supported for IBM DB2 driver and Oracle thin driver. Support for this feature will be dropped in a future Oracle thin driver release. Oracle recommends using proxy authentication instead of this feature.

MBean Attribute (Does not apply to application modules) :
JDBCConnectionPoolParamsBean.CredentialMappingEnabled

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

Enable Identity Based Connection Pooling

Enables identity-based-connection-pooling for the data source. When an application requests a database connection, WebLogic Server picks or creates a physical connection with requested DBMS identity based on a map of WebLogic user IDs and database IDs.

You must also specify the map of WebLogic Server user IDs to database user IDs (credential mapping).

MBean Attribute (Does not apply to application modules) :
JDBCConnectionPoolParamsBean.IdentityBasedConnectionPoolingEnabled

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


Back to Top