Show pageOld revisionsBacklinksODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====Overview===== Oracle can import CSV file in the database in 3 ways: - Use external tool (Oracle SQL Developer, DataGrip, etc) - Use external table to create internal table - Use SQL Loader to insert into existing table. So let's start with the second option. =====Configuration===== Let's firstly check our data: <Code:bash|Data Example> </Code> oracle_import_csv_data.txt Last modified: 2020/11/23 12:13by andonovj