Modify This JDBC Oracle Params

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JDBCSystemResources/{name}/JDBCResource/JDBCOracleParams

Modify this JDBC oracle params.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the modified JDBC oracle params model.

Root Schema : JDBC Oracle Params
Type: object
Show Source
  • 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.

  • The name of the Connection Initialization Callback class.

    This name is automatically passed to registerConnectionInitializationCallback when a data source is created. The class must implement oracle.ucp.jdbc.ConnectionInitializationCallback

  • 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.

  • 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.

  • 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.

  • 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.

  • Default Value: false

    Deprecated.

  • Enables the Oracle JDBC optimize UTF-8 conversion option.

  • 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.

  • 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

  • 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.

Security
Back to Top

Response

200 Response

Back to Top