Sequence file maximum size reached

Audit-data that is generated in a transaction for a table is written to a single sequence file.

If the size of the transaction data exceeds the maximum sequence-file size limit for the current sequence, the audit server marks the current sequence file as terminated, and writes the transaction data to the next sequence file.

Before the audit server switches to the next sequence, the audit server ensures that the maximum possible space is available. If the transaction data for the table still cannot be accommodated, the data cannot be placed in any sequence file. This problem is an error condition and the audit server cancels the transaction. Note that in this case, the current sequence is not terminated. If this error occurs, you can either increase the maximum size of the sequence file or reduce the scope of the transaction.