Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Excel to oracle
Use the save as option in Excel and save as a comma or tab delimited text file. In other words a CSV or TXT file. The CSV is comma delimited, the TXT is tab delimited. SQLLOADER can use either (with the correct control file)
>>> ravindra_at_sentica.com 03/29/01 01:46PM >>>
I have a Excel file.How to port the data to Oracle table.
I read some artical about using ODBC and things like that.But I am not clear.
How can we generate a dat file delimited with comas so that I can use SQlLOADer to port the data.
Thanks
Ravindra
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: ravindra_at_sentica.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: William Beilstein INET: BeilstWH_at_obg.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Mar 29 2001 - 13:50:40 CST
![]() |
![]() |