Concepts/Definitions
Oracle SQL*Loader loads data from external files into tables in a
database. It has a robust data parsing engine that works with a
variety of data formats in the datafile. It can load data locally
or across a network connection. It is possible to load multiple
datafiles, load data into multiple tables, manipulate data with SQL
functions in the same load session.For more pointers on features and limitations with Oracle
SQL*Loader review the SQL*Loader...