Hi,
We are adding several rows into Oracle DB under one user operation and below is the log and sever.properties.
We have two questions on this.
1. Why do we have so many commit statements in log. We have set sql.Oracle.autoJointTransactions to true.
Seems like all the insertions are going under same transaction but seeing many statements on commit is confusing.
Please confirm that it is indeed a single transaction.
2. At the end of the log on statement “2016-12-28 11:23:30,972 [55-5] INFO Compression - /mi/MarketIntelligence/sc/IDACall: 8221 -> 184 bytes” it is taking as high as 30-40 seconds before proceeding further.
Why is it taking that long? We suspect compression should not be that slow and it is doing something else behind the scenes.
How can we reduce this time? Also we see this long gap specially after insert operations.
server.properties
Smartgwt.log
We are adding several rows into Oracle DB under one user operation and below is the log and sever.properties.
We have two questions on this.
1. Why do we have so many commit statements in log. We have set sql.Oracle.autoJointTransactions to true.
Seems like all the insertions are going under same transaction but seeing many statements on commit is confusing.
Please confirm that it is indeed a single transaction.
2. At the end of the log on statement “2016-12-28 11:23:30,972 [55-5] INFO Compression - /mi/MarketIntelligence/sc/IDACall: 8221 -> 184 bytes” it is taking as high as 30-40 seconds before proceeding further.
Why is it taking that long? We suspect compression should not be that slow and it is doing something else behind the scenes.
How can we reduce this time? Also we see this long gap specially after insert operations.
server.properties
Code:
sql.Oracle.interface.credentialsInURL: false sql.Oracle.driver.driverType: thin sql.Oracle.driver.networkProtocol: tcp sql.Oracle.useURL: true sql.Oracle.driver: oracle.ucp.jdbc.PoolDataSourceFactory sql.Oracle.driverName: oracle sql.Oracle.autoJointTransactions: true sql.Oracle.interface.type: driverManager #Oracle Connection Pool Settings sql.Oracle.pool.maxActive:20 sql.Oracle.pool.maxIdle:10 sql.Oracle.pool.maxWait:5000
Code:
=== 2016-12-28 11:23:30,941 [55-5] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8 === 2016-12-28 11:23:30,941 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,943 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,943 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,943 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,943 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,944 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,944 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,944 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,944 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,944 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,945 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,945 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,945 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,945 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,945 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,946 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,946 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,946 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,946 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,946 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,947 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,947 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,947 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,947 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,947 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,948 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,948 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,948 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,948 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,949 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,949 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,949 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,949 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,949 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,950 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,950 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,950 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,951 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,951 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,952 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,952 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,952 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,953 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,953 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,953 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,953 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,953 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,954 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,954 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,954 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,954 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,954 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,955 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,955 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,955 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,955 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,955 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,956 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,956 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,956 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,965 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,965 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,966 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,966 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,966 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,966 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,967 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,967 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,967 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,967 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,967 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,968 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,968 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,968 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,968 [55-5] DEBUG SQLTransaction - Committing Oracle transaction "1812403130" === 2016-12-28 11:23:30,968 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,968 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,969 [55-5] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2016-12-28 11:23:30,970 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: hashcode "1812403130" === 2016-12-28 11:23:30,970 [55-5] DEBUG SQLTransaction - Ending Oracle transaction "1812403130" === 2016-12-28 11:23:30,970 [55-5] DEBUG SQLConnectionManager - About to close connection with hashcode "1812403130" === 2016-12-28 11:23:30,970 [55-5] DEBUG PoolableSQLConnectionFactory - Executing pingTest 'select 1 from dual' on connection 1812403130 === 2016-12-28 11:23:30,971 [55-5] DEBUG PoolableSQLConnectionFactory - Passivating connection '1812403130 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG PoolableDataSourceFactory - Cleared and passivated DataSource 87 of type 'history' === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,971 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLTransaction - getConnection() looked for transactional connection for Oracle: (connection is null) === 2016-12-28 11:23:30,972 [55-5] DEBUG SQLDataSource - About to clear SQLDriver state for DS instance 87 === 2016-12-28 11:23:30,972 [55-5] INFO Compression - /mi/MarketIntelligence/sc/IDACall: 8221 -> 184 bytes === 2016-12-28 11:24:04,093 [55-6] DEBUG SQLDriver - [builtinApplication.cubeSave] SequenceMode is not JDBC_DRIVER, skipping search for generated values === 2016-12-28 11:24:04,094 [55-6] DEBUG SQLDataSource - [builtinApplication.cubeSave] add operation affected 16 rows === 2016-12-28 11:24:04,095 [55-6] DEBUG DSRequest - freeOnExecute is false for request of type add on DataSource cubeInsert - not freeing resources!
Comment