Print Thread
Loader is there in PLSQL Developer ??
#46400 03/07/13 01:33 PM
Joined: Dec 2012
Posts: 17
G
Member
OP Offline
Member
G
Joined: Dec 2012
Posts: 17
If i need to load 800000 records from (excel.xlsx) to a table ..
How can i do it???



Re: Loader is there in PLSQL Developer ??
gshari23 #46412 03/07/13 04:33 PM
Joined: Aug 1999
Posts: 22,219
Member
Offline
Member
Joined: Aug 1999
Posts: 22,219
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.


Marco Kalter
Allround Automations
Re: Loader is there in PLSQL Developer ??
Marco Kalter #46418 03/08/13 09:02 AM
Joined: Apr 2007
Posts: 96
Germany
B
Member
Offline
Member
B
Joined: Apr 2007
Posts: 96
Germany
If it's possible to saev the file as csv, you can also use an external table to access to the data.

Re: Loader is there in PLSQL Developer ??
Benjamin L #46424 03/08/13 03:12 PM
Joined: Dec 2012
Posts: 17
G
Member
OP Offline
Member
G
Joined: Dec 2012
Posts: 17
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

Re: Loader is there in PLSQL Developer ??
gshari23 #46690 04/03/13 12:35 AM
Joined: Jul 2008
Posts: 17
California, USA
NK Offline
Member
Offline
Member
Joined: Jul 2008
Posts: 17
California, USA
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.

Re: Loader is there in PLSQL Developer ??
NK #59707 03/04/19 12:18 PM
Joined: Mar 2019
Posts: 2
J
Member
Offline
Member
J
Joined: Mar 2019
Posts: 2
Does anyone have an idea on whether the Text Importer internally uses SQL*Loader to do the import?

Re: Loader is there in PLSQL Developer ??
Jeeva Shanmugave #59708 03/04/19 12:24 PM
Joined: Mar 2019
Posts: 2
J
Member
Offline
Member
J
Joined: Mar 2019
Posts: 2
[quote=Jeeva Shanmugave]Does anyone have an idea on whether the Text Importer internally uses SQL*Loader to do the import? [/quote]

Difference between Text Importer and SQL*Loader

This kind of answers my question. Seems like both are different. SQL*Loader is a better choice when you want to load millions of records into your table.


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.100s Queries: 14 (0.072s) Memory: 2.5235 MB (Peak: 3.0425 MB) Data Comp: Off Server Time: 2024-05-15 14:08:13 UTC
Valid HTML 5 and Valid CSS