Apps Connection timeout issue.
Hi,
I am writing this post first time. Please suggest me the best working scenario for my issue as describe below.
Application Web server is inserting data to 10 - 12 different base tables in the database. The Application developer is committing at the end and not using intermittent commits, as they want to keep the logical integrity of the data. means in case some issue happens the whole data is rollback.
This is causing timeout issue and the application connection breaks. Please share your views what can be the best scenario to over some this kind of issue.
1. Can we use temporary tables to insert the data and do intermittent commits. Can temporary table be a partition table.
0