#SQL Loader (Oracle)
#1 Create the table in SQL Developer
execute the DDL script in sql developer
#2 Load the file in table using SQL loader
placed the data file in particular path
prepare the control file as per DDL scripts
save the control file in particular path
Preparing the SQL loader script and run those script in terminal