Loader is there in PLSQL Developer ??

You can either save the Excel file to CSV format and use the Text Importer or use the ODBC Importer and the Excel ODBC driver.
 
Will u please advise of loading 800000 records from (.xlsx) to the database. We have tried ODBC but its getting hanged..

I am not getting ur point .Will u please explain in detail
 
1. Save the file as a .csv (not .xlsx)
2. In PL/SQL Developer, go to Tools, Text Importer and open your .CSV file using Open icon.
(notice it identifies your fields at the bottom)
4. Click on "Data to Oracle" tab, and name fill in the field names, table name, etc.
5. Click on Import (bottom-left).

I have used this tool to import multi-million rows successfully.
 
Back
Top