View This JDBC Oracle Params
/management/weblogic/{version}/domainConfig/resourceGroups/{name}/JDBCSystemResources/{name}/JDBCResource/JDBCOracleParams
View this JDBC oracle params.
Request
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
excludeFields(optional): string
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.
-
excludeLinks(optional): string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields(optional): string
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.
-
links(optional): string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns this JDBC oracle params.
object
-
activeGridlink(optional):
boolean
Default Value:
false
Indicates a configured Active GridLink datasource. This attributed is set to
true
when using the console to create an Active GridLink datasource. It is ignored if FanEnabled istrue
or OnsNodeList is a non-null string. -
affinityPolicy(optional):
string
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.
-
connectionInitializationCallback(optional):
string
The name of the Connection Initialization Callback class.
This name is automatically passed to
registerConnectionInitializationCallback
when a data source is created. The class must implementoracle.ucp.jdbc.ConnectionInitializationCallback
-
fanEnabled(optional):
boolean
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.
-
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:
false
Deprecated.
-
oracleOptimizeUtf8Conversion(optional):
boolean
Enables the Oracle JDBC optimize UTF-8 conversion option.
-
oracleProxySession(optional):
boolean
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.
-
replayInitiationTimeout(optional):
integer(int32)
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
-
useDatabaseCredentials(optional):
boolean
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.