SQL*Loader - loading problem [message #70910] |
Mon, 12 August 2002 15:52 |
sai
Messages: 27 Registered: October 2001
|
Junior Member |
|
|
I'm loading 5 tables - each with about 20 million rows. When I load individually using DIRECT=True and PARALLEL=TRUE, I'm able to load in about 35 minutes. But when I run all the sqlldr scripts at the same time to load the 5 tables simultaneously, the processes are taking forever and seem to go into a frozen state.
Also, I was planning on running an import for 12 other tables (smaller - between 200,000 and 2 million rows) at the same time as the sqlldr. Would there be any problems if I did that?
Could someone please help me with these two issues.
Thank you
Sai
|
|
|
|
Re: SQL*Loader - loading problem [message #70917 is a reply to message #70914] |
Tue, 13 August 2002 16:37 |
sai
Messages: 27 Registered: October 2001
|
Junior Member |
|
|
Hello Mahesh,
is COMMIT=Y a valid flag for sqlldr? If you meant COMMIT=Y for imp, then I'm already doing it. My main main problem is with sqlldr and the 5 tables loading simultaneously.
Thank you,
Sai
|
|
|
|
|