June 5, 2008 at 7:10 am
Hi,
I have a data.csv file with data like
123,john,texas
342,peter,china
111,craig,detroit
I need to insert these values from the file into a table
create table myTable(id varchar(5),name varchar(5),place varchar(5) )
Im using SQL plus with Oracle 9i client
I can't use the sqlldr command as i dont have SQL*Loader
Pls let me know how to go abt this.
Thanks
Roy
June 6, 2008 at 2:21 am
You can't do this with SQL plus, but what you could try is linking the Oracle database to SQL Server then doing a bulk insert from query analyser.
June 12, 2008 at 3:19 am
Initially i didn know that sqlldr.exe will be present in the bin folder of the Oracle client:)
Now am able to import files using sqlldr in the windows command prompt..
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy