472,142 Members | 1,321 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

oracle quary

oracle quary

I want to transfer data from ms excel to oracle or how can i import data from ms excel to oracle
Apr 18 '07 #1
4 3313
lahuva
2
I have never done it in Oracle, only MS SQL Server, I would import or link the Excel file into Access, set up an ODBC connect in Access to the table in Oracle, if you do not have one then create one, and then use the Append function in Access to insert the rows from my linked or imported table. I do not see why the same could not be done with Oracle. Just guessing. I am new to Oracle and not a super techy either.
Apr 19 '07 #2
may not be best answer, but this tool works wonders.

O2XAGENT.EXE --src=db1 --dest=c:\from_mssql.xls --user=administrator --pswd=the_passsword --tab_file=c:\tabfile1.txt --xls_ver=1

http://www.convert-in.com/ora2xls.htm

intelligent converters


** I do not work for them, but have used the product for clients **
Apr 19 '07 #3
Access is a great intermediary for tasks like this. Another super easy way is if you have access to a SQL Server - set up a DTS package with the source being the Excel file and the destination being your Oracle db. If you're a purist and simply must, you could save the Excel data as .csv, then use the Oracle SQL Loader utility ;)
Apr 20 '07 #4
debasisdas
8,127 Expert 4TB
The best thing would be if the file format is .CSV

then u can use SQL* LOADER to load data into oracle.
Apr 28 '07 #5

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

13 posts views Thread by Chris Botha | last post: by
2 posts views Thread by Ruslan A Dautkhanov | last post: by
reply views Thread by Jack | last post: by
reply views Thread by Winder | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.