Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Please help - On Parallel Inserts

Please help - On Parallel Inserts

From: <sudha_kar_at_hotmail.com>
Date: Thu, 10 Feb 2000 14:29:13 GMT
Message-ID: <87uhvk$arv$1@nnrp1.deja.com>


Hi:

I have multiple threads of a program which executes the following.

INSERT INTO T1 select * from t2;

t1 is an indexed table and t2 is a non indexed table.

My parallel inserts does not seem to wok. Please help me out with what should I do for all threads to insert parallely.

Thanks
Sudhakar

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Feb 10 2000 - 08:29:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US