COPYCOMMIT
COPYC[OMMIT] n 
					

Controls the number of batches after which the COPY command commits changes to the database; n specifies the number of batches to be copied by the COPY command before a commit is issued. Since the size of a batch is controlled by ARRAYSIZE, the number of rows copied before each commit will be ARRAYSIZE * n. If COPYCOMMIT is set to zero (the default), COPY performs a commit only at the end of a copy operation.

Get Oracle SQL: the Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.