I do not think that is the max size for a buffer. I am guessing you have some tables with long columns and the standar (default) buffer can not accomodate them.
Try this in your .PAR file...
BUFFER=12000000
COMMIT=Y
That should be big enough to swallow any row.
MH




Reply With Quote