Modify This JDBC Driver Params

post

/management/weblogic/{version}/edit/resourceGroupTemplates/{name}/JDBCSystemResources/{name}/JDBCResource/JDBCDriverParams

Modify this JDBC driver 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 driver params model.

Root Schema : JDBC Driver Params
Type: object
Show Source
  • The full package name of JDBC driver class used to create the physical database connections in the connection pool in the data source.

    For example: oracle.jdbc.OracleDriver

    The driver must be the name of a class that implements the java.sql.Driver interface. Check the driver documentation to find the full pathname.

    Note that the driver class must be in the classpath of any server to which the data source is deployed.

  • The password attribute passed to the JDBC driver when creating physical database connections.

    The value is stored in an encrypted form in the descriptor file and when displayed in an administration console.

  • The URL of the database to connect to. The format of the URL varies by JDBC driver.

    The URL is passed to the JDBC driver to create the physical database connections.

  • Default Value: false

    Specifies whether the database credentials are to be obtained from the credential mapper using the "user" property as the key. When true, the credentials are obtained from the credential mapper. When false, the database user name and password are obtained from the "user" property and Password element, respectively.

  • Default Value: true

    Specifies that WebLogic Server should use the XA interface of the JDBC driver.

    If the JDBC driver class used to create database connections implements both XA and non-XA versions of a JDBC driver, you can set this attribute to indicate that WebLogic Server should treat the JDBC driver as an XA driver or as a non-XA driver.

Security
Back to Top

Response

200 Response

Back to Top