COLUMNARRAYROWS

Default: 5000

Purpose

The COLUMNARRAYROWS parameter specifies the number of rows to allocate for direct path column arrays.

Syntax and Description

COLUMNARRARYROWS=n

The value for this parameter is not calculated by SQL*Loader. You must either specify it or accept the default.

Example

The following example specifies that 1000 rows are to be allocated for direct path column arrays.

COLUMNARRAYROWS=1000