SQL Loader Oracle 19c messing up on csv file with 164 columns
Oracle Enterprise 19.27 — running on RH8.10
I've been given a horrible set of data from some SQL Server database, they flattened out the table structure.
This one CSV file (one of the SIMPLER ones, mind you) has a header row and four data rows (this is a TEST csv file with the first five lines only), and SQL Loader utility itself generated the DDL for the table (which is correct); there are specifications for every column.
The problem is, no matter WHAT i do, SQL Loader NEVER LOADs. The problem i am running into is very strange, SQL Loader decides the first 10 columns are all together, so of course i get the Maximum value exceeded. I cannot figure this one out. This is hugely frustrating!!