external tables - they are easier and faster than sql loader, and tons easier to use. Also you don't need to use staging tables, and can perform SQL manipulation on the data, as it's loaded.
Thanks for the reply. Is there a performance difference between temp table and external tables? Are there any tips to loading thousands of quickly from csv?
A temporary table is just that - temporary. It exists inside the db. As their name suggests, external tables don't.
I've just provided you with tips on how to load quickly from CSV. Now it's up to you to read the documentation and develope your own solution for your own needs.
If you want further advice, at least show willing, and post what you've done thus far.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.