Modify This JDBC Oracle Params
/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource/JDBCOracleParams
Modify this JDBC oracle params.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the modified JDBC oracle params model.
object
-
activeGridlink:
boolean
Default Value:
false
Indicates a configured Active GridLink datasource. This attributed is set to
true
when using the console to create an Active GridLink datasource. It is ignored if FanEnabled istrue
or OnsNodeList is a non-null string. -
affinityPolicy:
string
Default Value:
Session
Allowed Values:[ "Transaction", "Session", "Data", "None" ]
Specifies the affinity policy for the datasource.
Options include:
Transaction: Transaction affinity
Session: Web-session affinity
Data: Data affinity
The default value is Session.
-
connectionInitializationCallback:
string
The name of the Connection Initialization Callback class.
This name is automatically passed to
registerConnectionInitializationCallback
when a data source is created. The class must implementoracle.ucp.jdbc.ConnectionInitializationCallback
-
fanEnabled:
boolean
Default Value:
false
Enables the data source to subscribe to and process Oracle FAN events.
This attribute is only applicable for RAC configurations that publish FAN notification events using the ONS protocol.
-
onsNodeList:
string
A comma-separate list of ONS daemon listen addresses and ports to which connect to for receiving ONS-based FAN events. It is required when connecting to Oracle 11g databases and optional when connecting to Oracle database releases 12c and higher.
-
onsWalletFile:
string
The location of the Oracle wallet file in which the SSL certificates are stored. Only required when the ONS client is configured to communicate with ONS daemons using SSL.
-
onsWalletPassword:
string(password)
The wallet password attribute that is included as part of the ONS client configuration string. This attribute is only required when ONS is configured to use the SSL protocol.
The value is stored in an encrypted form in the descriptor file and when displayed in an administration console.
-
oracleProxySession:
boolean
Default Value:
false
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.
-
rebalanceOnUpEvent:
boolean
Default Value:
true
Rebalancing connections incurs overhead due to connection creation to the new instance, and the closing of connections to existing instances, which may impact application performance under load, cause database logon storms, etc. When the value is set to false, connections to existing instances are preserved and new connections are distributed across running instances as necessary.
-
replayInitiationTimeout:
integer(int32)
Minimum Value:
0
Maximum Value:2147483647
Default Value:3600
The amount of time, in seconds, a data source allows for Application Continuity replay processing before timing out and ending a replay session context.
When set to zero (0) seconds, replay processing (failover) is disabled, although begin/endRequest are still called. You can use this for collecting coverage and measuring performance.
The default value is 3600 seconds.
See
oracle.ucp.jdbc.ConnectionInitializationCallback
-
useDatabaseCredentials:
boolean
Default Value:
false
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.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.