DEV Community

ryjfgjl
ryjfgjl

Posted on

How to import excel into oracle only 1 step

In our work, we often need to import Excel data into Oracle for data analysis and processing. Usually we use database tools like Navicat or the Excel import function in the editor that comes with the database to manually import it. However, it is not easy for both professional and non-professional data processing personnel to correctly import an Excel file into a database.
Now, through years of practice, we have solved various problems through the DiLu Converter tool, achieving one-click import of Excel into the Oracle .

Common Problems of Manually Importing Excel to Oracle

  1. The actual length of the data exceeds the set length of the data type and cannot be imported
  2. Too many columns in Excel cannot create a table The encoding format of the 3.csv file is incorrect, resulting in failure to import or importing messy code
  3. The Excel header contains special characters and cannot be created
  4. The file is too large, and manual import causes memory overflow or slow import
  5. Too many files, too many manual import steps, very cumbersome
  6. Excel does not have a header or multilevel header Manual import cannot handle it
  7. The table name or field name exceeds the database limit and cannot be created
  8. Blank cells, empty spaces at the beginning and end of data, duplicate data, missing data, data replacement, etc. Manual import cannot handle these situations 。。。

DiLu Converter is an automated tool that can import Excel files into a database in bulk.
Support for 6 common formats of Excel files (xls/xlsx/xlsm/xlsb/csv/txt) and 8 database types (Oracle/oracle/sql server/postgresql/access/hive/sqlite/dm).
Let's take an example of importing a product information table into a Oracle database.

product information

Now, we can import it to the database with 1 step through the DiLu Converter tool.

Create a new database connection

Click on the toolbar (New Connection) to select your database type. Here, we will use Oracle as an example. To create other database connections, please refer to the DiLu Converter New Database Connection Guide.

DiLu Converter tool

DiLu Converter tool

Add a configuration

DiLu Converter tool

1 Step to import: Select the file to import and click "Start"

DiLu Converter tool

Finally, enter the database editor to view the import results

DiLu Converter tool

Introduction and Download of DiLu Converter

Top comments (0)