Changes between Initial Version and Version 1 of Ticket #35655, comment 2


Ignore:
Timestamp:
Aug 2, 2024, 4:18:21 AM (7 weeks ago)
Author:
Suraj Shaw

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35655, comment 2

    initial v1  
    44
    551 -> Switch to earlier version for multi-row insert (using select-union combination) till the issue is being resolved.
    6 2-> Migrate to ExecuteMany() instead of Execute() for multi-row insert.
     62-> Migrate to ExecuteMany() instead of Execute() for multi-row insert. When the number of bind variables are higher ExecuteMany() will be performing much better. So yet another reason for migration.
    773-> Migrate from NVARCHAR2  to VARCHAR2 as it also resolves the issue with multi-row insert.
Back to Top