SQL Loader
Recently , I had to use SQL*Loader for Oracle R12. Faced some issues, but finally got it sorted out. First things first. What do we need? 1) Data file: Can be .csv, txt etc. Here in my case it was .csv file. I had to place the file on the application server. The location is one that has been set up for saving data files. 2) we need a Control file for the SQL*Loader utility to load the data into the database. Structure of the Control file. --/****************************************************************************** -- NAME: myfile.ctl -- PURPOSE: Description -- -- REVISIONS: -- Ver Date Author Description -- --------- ---------- --------------- --------------...