Following is my Adapter Connection details
Transaction Type NO_TRANSACTION
DataSource Class oracle.jdbc.pool.OracleDataSource
serverName: XX
user XXXXXX
password ******
databaseName : XXXXXX
portNumber 1591
networkProtocol
Other Properties driverType=thin
Enable Connection Pooling true
Minimum Pool Size 1
Maximum Pool Size 20
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 1000
Startup Retry Count 0
Startup Backoff Timeout (sec) 10
and as per the query select count(*) cnt
from rqst_trck_info r where
r.last_updated > to_date(TO_CHAR(current_date,‘DD-MON-YYYY’))
group by r.rqst_type,r.corporation,r.product_cmpny,r.booking_cmpny
This Query work stops working from webMethods adapter service but work directly in the database.
Database version we are using is Oracle 10g
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB