This example illustrates how to insert data from a text file to a table
in the HR schema using SQL loader.
The data file is named as “records.dat”. The controlfile file is named as “records.ctl”. The logfile is named as “records.log”. 1)Connect to the HR schema and create a tables as “TEST”.