edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > JDBC Data Source: Configuration: Identity Option

JDBC Data Source: Configuration: Identity Option

Configuration Options     Related Tasks     Related Topics

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
Set Client ID On Connection

Enables credential mapping for the data source. When an application requests a database connection, WebLogic Server sets a light-weight client ID on the database connection based on a map of database IDs.

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

This feature relies on features in the JDBC driver and DBMS. It is not supported with all drivers and DBMSs.

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.

Related Tasks

Related Topics