Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 623 Bytes

File metadata and controls

13 lines (11 loc) · 623 Bytes

##############SQL Loader generation################ ##############Create table sql generation###########

##############Date : 15-March-2018################## This code works to do the following :

  1. Take the CSV file as input , which is need to be loaded into the Oracle DB.
  2. Assumption : The CSV file should have header of the Oracle create table column name.
  3. Generate the SQL loader (.ctl) file
  4. Generate the create table (.sql ) file.
  5. These two files need to be run on the unix env to load the data. ##############Date : 15-March-2018##################

####################################################