How to insert data directly from Excel to Oracle Database

前端 未结 5 898
无人共我
无人共我 2021-01-03 16:32

I would like to know how to insert data from Excel to Oracle meaning lets say i have a worksheet full of data and i want to insert them all into Oracle database.

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-03 17:06

    Please refer for the answer. https://community.oracle.com/thread/2166713?start=0

    I am just copying the approach what worked for me from above link

    In Oracle sql developer go to Tables --> select import data ---> select your excel or csv file --> it will display the column --> import the data into a table.

提交回复
热议问题