-
Notifications
You must be signed in to change notification settings - Fork 6
/
App_DataSource.yaml
46 lines (46 loc) · 1.92 KB
/
App_DataSource.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
resources:
JDBCSystemResource:
testDatasource:
Target: cluster_1
DescriptorFileName: 'jdbc/testDatasource-3399-jdbc.xml'
JdbcResource:
DatasourceType: GENERIC
JDBCConnectionPoolParams:
ConnectionHarvestTriggerCount: -1
StatementCacheSize: 10
InitialCapacity: 0
RemoveInfectedConnections: true
CountOfRefreshFailuresTillDisable: 2
ConnectionCreationRetryFrequencySeconds: 0
MinCapacity: 0
LoginDelaySeconds: 0
TestTableName: SQL ISVALID
TestFrequencySeconds: 120
StatementTimeout: -1
HighestNumWaiters: 2147483647
InactiveConnectionTimeoutSeconds: 0
WrapTypes: true
SecondsToTrustAnIdlePoolConnection: 10
ConnectionReserveTimeoutSeconds: 10
ConnectionHarvestMaxCount: 1
CountOfTestFailuresTillFlush: 2
ShrinkFrequencySeconds: 900
StatementCacheType: LRU
IgnoreInUseConnectionsEnabled: true
MaxCapacity: 15
JDBCDataSourceParams:
GlobalTransactionsProtocol: OnePhaseCommit
JNDIName: jdbc/testDatasource
JDBCDriverParams:
URL: 'jdbc:oracle:thin:@//@@PROP:dbcs1.url@@'
PasswordEncrypted: '@@PROP:DB_PWD@@'
DriverName: oracle.jdbc.OracleDriver
Properties:
user:
Value: '@@PROP:DB_USER@@'
appDeployments:
Application:
opdemo:
SourcePath: wlsdeploy/applications/opdemo.war
ModuleType: war
Target: cluster_1