Modify This JDBC Oracle Params
/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource/JDBCOracleParams
Modify this JDBC oracle params.
Request
- application/json
 
- 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: 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(optional): 
            boolean
            Default Value:
falseIndicates a configured Active GridLink datasource. This attributed is set to
truewhen using the console to create an Active GridLink datasource. It is ignored if FanEnabled istrueor OnsNodeList is a non-null string. - 
            affinityPolicy(optional): 
            string
            Default Value:
SessionAllowed 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(optional): 
            string
            
The name of the Connection Initialization Callback class.
This name is automatically passed to
registerConnectionInitializationCallbackwhen a data source is created. The class must implementoracle.ucp.jdbc.ConnectionInitializationCallback - 
            fanEnabled(optional): 
            boolean
            Default Value:
falseEnables 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(optional): 
            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(optional): 
            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(optional): 
            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.
 - 
            oracleEnableJavaNetFastPath(optional): 
            boolean
            Default Value:
falseDeprecated.
 - 
            oracleOptimizeUtf8Conversion(optional): 
            boolean
            
Enables the Oracle JDBC optimize UTF-8 conversion option.
 - 
            oracleProxySession(optional): 
            boolean
            Default Value:
falseEnables Oracle JDBC Proxy Authentication.
Only applicable for the Oracle driver.
Requires WebLogic Server user IDs are mapped to database user IDs using credential mapping.
 - 
            replayInitiationTimeout(optional): 
            integer(int32)
            Minimum Value:
0Maximum Value:2147483647Default Value:3600The 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(optional): 
            boolean
            Default Value:
falseIf 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:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.