In weblogic there are TX data sources and non TX Data sources
If we are using simple select queries, update etc then we donot need to use TX data sources.I believe the TX data source is there when you explicitly want to use transaction for data access.
But does it really harm the perforamce etc when we use TX data source for direct
JDBC access where transaction is not needed??