Mapping fields in Oracle SQL Loader
问题 When loading an external csv with Oracle SQL Loader is there a way to map the fields directly to each other in the control file? At the moment I'm doing a simple loading, so the position of the source fields is important. Is there a way to do it otherwise? So instead of: load data into table1 fields terminated by "," optionally enclosed by '"' (destination_field1, destination_field2, destination_field3) do something like: load data into table1 fields terminated by "," optionally enclosed by '