In SSIS package for pulling data from oracle source the attunity driver does not show any record by below filter.
If I run the same query from SQL developer the data is available. After removing the filters in oracle source attunity connection the data is retreived.
TRUNC (created_date) BETWEEN '01-Jan-2010' AND '31-Jan-2019'.