After long time I am writing this article.
Here I am explain how we can import EXCEL data into Oracle table by using PL/SQL developer.
Here is the sample EXCEL sheet.
Now create a table with the columns, "EID","ENAME" and "Salary" in the database as below.
Here I am explain how we can import EXCEL data into Oracle table by using PL/SQL developer.
Here is the sample EXCEL sheet.
Choose "ODBC Importer" from Tools Menu.
Select "Excel Files" from the drop down and click on "Connect". Now choose the Excel file and click "ok".
Note : Drives can be choose from the drop down as marked in the above image
Listed the all sheets in selected Excel file. Choose the sheet which having data. We can see preview of the data from "Result Preview".
Click on "Data to Oracle" tab and select "Owner" , "Table" from drop down.
In this case I created table "Test" under "SYS" owner. After selecting the table fields will be mapped automatically, because we created the columns withe same name of the excel columns. Check the preview and click on "Import".
Now Excel data transfer into Oracle table, "TEST".
great post !!!!
ReplyDeletegreat info, keep it up...
ReplyDeletemany thanks! great info!
ReplyDeleteThanks friend! Really helped me....
ReplyDeleteThanks so much!!that was very helpful
ReplyDeleteThanks for this.
ReplyDeleteCool thanks for this
ReplyDeleteIt was helpful! Thank's a lot! Regards from Hungary :)
ReplyDeleteIt was a great help. Thanks !!!
ReplyDeletethanks
ReplyDeletethank you so much
ReplyDeleteThanks!
ReplyDeleteIs it also possible to create a new table from an excel file.
ReplyDeleteHi Dk, Could you please provide more details...
ReplyDeletegood explanation
ReplyDeletewhen each record is added pl/sql keeps asking 'Do you want to continue?' you have to press yes every time. any way to get rid of that message? i have 10k records to load
ReplyDeleteWhich tool you are using? is that PL/SQL Developer?
ReplyDeleteThanks, it was very useful
ReplyDeleteThanks it works.. But in the beginning it shows error that table doesn't exist.. it works after clearing the value of "owner"
ReplyDeleteThank you very much. Very useful.
ReplyDeleteGreat!
ReplyDeleteThanks! Best which I found about topic.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHow i insert data into oracle from excel without SQL developer
ReplyDeleteand using PL/SQL for loop
when I go to ODBC I don't see anything in my list especially Excel files. I am on Win 10 and tried 32-bit and 64-bit ODBC and none worked. Do I need 64-bit ODBC driver or 32-bit for Win 10
ReplyDeleteI am also facing same issue. No Excel Files showing up.
DeleteWindows 10; 32-bit.
Thank you , Useful information
ReplyDeleteGreat Article. As I read the blog I felt a tug on the heartstrings. it exhibits how much effort has been put into this.
ReplyDeleteIEEE Projects for CSE in Big Data
Spring Framework Corporate TRaining
Final Year Project Centers in Chennai
JavaScript Training in Chennai
Thank you , it is working
ReplyDeleteThank you!!! For a very long time I could not find how to do this, in TOAD it is much more convenient.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteSee this blog post to insert from blog excel's .xlsx file:
ReplyDeletehttps://apexrecipe.blogspot.com/2020/05/how-to-import-data-from-excels-xlsx.html
and see blog post to insert from blog excel's .csv file:
https://apexrecipe.blogspot.com/2020/05/how-to-import-data-from-excels-csv-file.html