11-16-2019, 05:02 PM
1) If you are pooling you are recycling database connections and you certainly could be leaving open state between reuses.
2) Depending on your DB connectivity using the DB name may be invalid. Most connectivity components require explicit assigning by session instance when used in threads rather than by name.
2) Depending on your DB connectivity using the DB name may be invalid. Most connectivity components require explicit assigning by session instance when used in threads rather than by name.