Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JDBC Data Source: Oracle Parameters

Configuration Options     Related Tasks     Related Topics

This page enables you to configure parameters used by Oracle drivers and databases. Additional configuration may be required to use Oracle parameters in your application environment.

Configuration Options

Name Description
Oracle Enable JavaNet Fastpath

Enables the Oracle JDBC driver to reduce data copies and fragmentation.

MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.OracleEnableJavaNetFastPath

Oracle Optimize UTF8 Conversion

Enables the Oracle JDBC optimize UTF-8 conversion option.

MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.OracleOptimizeUtf8Conversion

Connection Initialization Callback

The name of the Connection Initialization Callback class.

MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.ConnectionInitializationCallback

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

Oracle Proxy Session

Enables Oracle JDBC Proxy Authentication.

  • Only applicable for the Oracle driver.

  • Requires WebLogic Server user IDs are mapped to database user IDs using credential mapping.

MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.OracleProxySession

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

Use Database Credentials

If enabled, Oracle database credentials are used in getConnection instead of application server credentials. The database credentials are used to get a proxy session without requiring any work in the credential mapper.

MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.UseDatabaseCredentials

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

Related Tasks

Related Topics


Back to Top