Modify This JDBC Driver Params
/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource/JDBCDriverParams
Modify this JDBC driver 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 driver params model.
object
-
driverName:
string
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.
-
password:
string(password)
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.
-
url:
string
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.
-
usePasswordIndirection:
boolean
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.
-
useXaDataSourceInterface:
boolean
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.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.