|
SQL*Loader
SQL*Loader is a high-speed data loading utility that loads data from external files into tables in an Oracle database. SQL*Loader accepts input data in a variety of formats, can perform filtering, and can load data into multiple Oracle database tables during the same load session.
SQL*Loader provides three methods for loading data: Conventional Path Load, Direct Path Load, and External Table Load.
|