Importing Excel data into an Oracle database using the Toad implementation
Tools: toad11.7z (Baidu search, direct download)
1. Import some fields from Excel file into the corresponding table of Oracle database
Connect to the database you want to import, and database->import->table Data Opens the import window, as
Select a database table and click the ShowData button to display the contents of the table
Where the schema is the user of this table
Object Type is table
The Object name is the names of the tables
Commit mode Default
Click on the "Execute Wizard" button to eject the "Import Wizard" window
Select the type of import data file, "Next"
Select the imported Excel file to import, "Next"
Make some formatting adjustments to the imported files, without adjusting the default, "Next"
File preview, "Next"
The fields in the database table are mapped to the data columns in the import file one by one, "RowID" is optional, "Next"
Preview of the data after the map, "Next"
Click on the "Execute" button and the data in the file will be appended to the end of the database table.
After the import is complete, the data is not saved to the database, and we must also submit the operation
Over, it's done!
Importing Excel data into an Oracle database using the Toad implementation