Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting records to SQL Server from a text file

Status
Not open for further replies.

rhubi

Programmer
Aug 24, 2006
15
SG
Good Day!!!

I am trying to upload a text file to an Oracle SQL* plus table, besides sqlldr and use of external tables, is there a SQL or PL/SQL scripts that can upload text file to a table?

Thanks...
 
Wrong forum.

SQL*LOADER is the correct way to go for big files.

If for small files (up to 20k records) use of standars inserts will work fine, so use your language of choice to do it.

If only working with scripts (e.g. Unix scripts or even DOS command line) then SQL*LOADER is your best option.

Documentation is available freely from along with same samples.

Regards

Frederico Fonseca
SysSoft Integrated Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top