Okay here is my problem...
I have multiple csv files with data in each file. They are connected via foreign keys (with each table having its on primary key). I want to load these tables into an Oracle database using SQL or any other method u can think of. I know the order in which the tables should be loaded so do i go about loading the tables into the Oracle db.
E.g.
// CSV 1
Fields = ID_NUMBER...