Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Bulk Data for Testing: Single loop insert vs. Direct-Load Insert
Dear All,
I have a challenge to multiply data within a database table to a size equal to 1 terabyte. Therefore, the approach that l take is very important to reduce the amount of time that my program runs to reach these data volumes.
HAS ANYBODY GOT ANY EXPERIENCE OF DOING THIS? All indexes will be taken off the table for the bulking excercise, and then put back on afterwards.
There is existing data inside the database, with one primary key. This primary key is alpha-numeric.
I will need to produce this alpha-numeric key for each record to be bulked up.
There are two solutions to this problem:
Moreover, will the test_seq.nextval as used in solution 2 bring back an unique sequence number for new row inserted?
Many thanks for any replies.
Arv' Received on Wed Feb 13 2002 - 11:14:33 CST
![]() |
![]() |