SQL*Loader is a bulk loader utility used for moving data from external files(flat files) into the Oracle database. SQL*Loader reads from a data file(s)(usually a flat file) and a control file(file that contains description of the data to be loaded and it has nothing to do with database control files) . During loading , process [...]