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

Loading a large amount of data

Status
Not open for further replies.

mewa

Technical User
Jul 27, 2001
72
DE
Hello,
I have to populate a database with a large number of rows (approximately 20 000 000 of records) to run some performance tests on it.
The first step will be to generate random data in some C program and the second to load (preferably via named pipe) the data to the database.
Do I have any chance to succed?
Could you please give me any suggestions on how to load the data (sqlloader, pl/sql procedure or something)?
I'd like to do it in a reasonable amount of time...

Thank you and best regards,
Ewa
 
I think I would look at SQL*Loader with the direct path option.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top