The data in a table has been exported to a CSV file and would like to import it into a table in the Oracle database. However I need it to be without the sqlldr command. Because this load will be done in Java, and I have restrictions on using SQL Loader applied by the database team.
Consider that this CSV can hold millions of records!
I think the Foreign Table option would not work, because I'm working with millions of records.