Hi @CedricRey , We have a solution. We did two things, so I'm not sure
which (or both) was the actual fix. 1. Set the Batch Size to some value
greater than the number of records to-be inserted.2. Modify the
up_UpdateTableStats procedure to ignore the pain-point table: CREATE OR
REPLACE PROCEDURE DADOBESYS.up_UpdateTableStats(sSchema varchar2, sTable
varchar2, iPercent INTEGER) ISBEGIN IF UPPER(sTable) IN ('TMPBROADCAST',
'TMPBROADCASTPAPER') THEN DBMS_STATS.SET_TABLE_STATS(USER,
'TMPBROADCAST', ...