Part II SQL*Loader
The topics discussed in this part include SQL*Loader and its features, as well as data loading concepts (including object support).
- SQL*Loader Concepts
These sections describe SQL*Loader concepts. - SQL*Loader Command-Line Reference
You can use command-line parameters to start SQL*Loader. - SQL*Loader Control File Reference
The SQL*Loader control file is a text file that contains data definition language (DDL) instructions for a SQL*Loader job. - SQL*Loader Field List Reference
The field-list portion of a SQL*Loader control file provides information about fields being loaded, such as position, data type, conditions, and delimiters. - Loading Objects, LOBs, and Collections
You can use SQL*Loader to load column objects in various formats and to load object tables, REF columns, LOBs, and collections. - Conventional and Direct Path Loads
SQL*Loader provides a conventional path load method and a direct path load method. - SQL*Loader Express
SQL*Loader express mode allows you to quickly and easily use SQL*Loader to load simple data types.