Page 1 of 1

SQL*Loader

Posted: Tue Apr 03, 2007 6:54 am
by siva sankar
Hi All,

I have 1000 records in flatfile.
Using Sql*Loader program,I want to upload 1000 records to my table immediately is it possible?
If possible,give me the solution?
If not possible,Give me the reason?

Please suggest me on this...

Posted: Wed Apr 18, 2007 4:31 am
by arvindmaurya
Yes it is possible . You need to create the control file. Using that control file you need to load the data in the table.
visit this link for more information.
http://www.oreilly.com/catalog/orsqlloa ... /ch01.html

Posted: Fri Apr 27, 2007 1:53 am
by sekharkula
yes its possible by selecting direct mode.