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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load Help

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am trying to load a large data into a database
but it is too large that it terminates. I need
to do incremental loadings with occasional commits.
Any one got an idea how to do it?
thank you!
 
Hi there
If you are doing an import this command might be useful! It says after 5000 inserts it will do a commit. I don't know weather this is what you are wanting but i hope it helps.
import from blah.del of del commitcount 5000 insert into table
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top