How to insert data directly from Excel to Oracle Database

前端 未结 5 899
无人共我
无人共我 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条回答
  •  粉色の甜心
    2021-01-03 16:44

    Many Oracle IDEs offer this feature.

    Oracle SQL Developer:

    • imports from CSV to a new or existing table
    • imports from XLS/XLSX files to a new or existing table
    • can setup an External Table or SQL*Loader session to import from a delimited file to a new or existing table
    • offers a command-line interface for automation purposes

    I talk about these features here.

提交回复
热议问题