B
Bruce Whitehouse
I've got an array of objects that has come back from an AS400 server.
There's approx 32000 objects in the array.
I need to insert these into an Oracle table. Obviously I can loop throug
the array and do 32,000 inserts, but it takes *so* long, and we'd run the
risk of suffering time outs.
Is there another way that anyone can suggest that I can do a bulk insert?
If anyone can point me in the direction of some code samples I'd be more
than grateful.
TIA, Bruce
There's approx 32000 objects in the array.
I need to insert these into an Oracle table. Obviously I can loop throug
the array and do 32,000 inserts, but it takes *so* long, and we'd run the
risk of suffering time outs.
Is there another way that anyone can suggest that I can do a bulk insert?
If anyone can point me in the direction of some code samples I'd be more
than grateful.
TIA, Bruce