I have multiple records in a flat file that I want to push into an Oracle db. I know the insert command (but is there a way to insert multiple records? Here is an example of what we have for one but multiple records will not push.
Look at SQL*Loader. This is the Oracle utility for bulk loading text files into tables in Oracle. All the data has to go into the same table, and the data must be precisiely formatted i.e there must be the same amount of columns presented on each row of the text file. Its like the Access Import utility, or SQL Server DTS Import.
James James Culshaw
jculshaw@active-data-solutions.co.uk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.