Used to add COMMIT statement to script after inserting every CommitBatchSize strings when dumping table data.
property CommitBatchSize: integer default 0;
Use the CommitBatchSize property to add COMMIT statement to script after inserting every CommitBatchSize strings when dumping table data. Use this property to boost the productivity when recovering large amounts of data.