Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> inserting many dataset
Hello
We try to insert datas to an oracle 7.3 database within a VB6
application by using ADO. In the application we have the datas in array
and insert them set by set with an "INSERT INTO ..." statement (more
then
100'000 sets) into the oracle table. The table where the datas are
inserted doesn't have any primary/foreign keys or indexes. Altough with
each new
record the time to execute the insert statement is growing.
Why that?
Is there a faster way to insert the datas (they doesn't come from an
oracle database) from the array in the application into the oracle
table?
Hope someone can help.
Thanks
Strolch Received on Thu Jul 22 1999 - 12:12:07 CDT
![]() |
![]() |