Administration Console Online Help
Tasks Related Topics Attributes
On the JDBC Data Source
Creating and Configuring a JDBC Data Source
Deploying a JDBC Data Source to a Server or Cluster
Creating and Deploying JDBC Components—Connection Pools, MultiPools, and Data Sources
Controls row prefetching between a client and WebLogic Server for each ResultSet. When an external client accesses a database using JDBC through WebLogic Server, row prefetching improves performance by fetching multiple rows from the server to the client in one server access. WebLogic Server will ignore this setting and not use row prefetching when the client and WebLogic Server are in the same JVM. MBean: |
||
The number of result set rows to prefetch for a client. The optimal value depends on the particulars of the query. In general, increasing this number will increase performance, until a particular value is reached. At that point further increases do not result in any significant performance increase. Very rarely will increased performance result from exceeding 100 rows. The default value should be reasonable for most situations. MBean: |
||
Data chunk size for steaming data types. Streaming data types (for example resulting from a call to MBean: |
||
Specifies whether the data source can participate in a global transaction. When selected, the data source is created as a TxDataSource in the You select this option (the default) when creating the data source. You cannot change this setting after the data source is created. |
||
When set to true, this attribute allows a non-XA JDBC driver to emulate participation in distributed transactions using JTA. Use this option if the JDBC connection is the only participant in the transaction and there is no XA compliant JDBC driver available. With more than one resource participating in a transaction where one of them (the JDBC driver) is emulating an XA resource, you may see heuristic failures. See Emulating Two-Phase Commit. If this DataSource is associated with an XA connection pool, or if there is only one resource participating in the distributed transaction, then this setting is ignored. Note: This option is only available when Honor Global Transactions is selected. MBean: |