DEVFYI - Developer Resource - FYI

What's SQL*Loader

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What's SQL*Loader

SQL*Loader is a product for moving data in external files into tables in an Oracle database. To load data from external files into an Oracle database, two types of input must be provided to SQL*Loader : the data itself and the control file. The control file describes the data to be loaded. It describes the Names and format of the data files, Specifications for loading data and the Data to be loaded (optional). Invoking the loader sqlload username/password controlfilename <options>.

(Continued on next question...)

Other Interview Questions