View This JDBC Oracle Params

get

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

View this JDBC oracle params.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this JDBC oracle params.

Body ()
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.

Back to Top