Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Flat File Operators
Skip Headers
Previous
Previous
 
Next
Next

Flat File Operators

In cases where large volumes of data are to be extracted and little transformation is required, use the flat file operator. When you use a flat file operator, SQL*Loader code is generated. From the flat file operator, you can load the data to a staging table, add indexes, and perform transformations as necessary. The transformations you can perform on data introduced by a flat file operator are limited to SQL*Loader transformations only.


See Also:

Oracle Database Utilities for more information about differences between external tables and SQL*Loader (flat file operators)