
September 14th, 2004, 10:16 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
SQL*Loader - committing problem
Hi,
In .ctl file, I load strings(queries) in 2 tables. They depends on each other. The first one is the main and the other is the child. So, one string produce one row in the main table and at least the next 2 rows could produce rows in child table. The problem is, I would commit only after the row of the main and the corresponding rows of the child is completely inserted before processing the next strings.
We would avoid committing in the middle of the child rows load process. It is possible to manage the commit as well in-depth?
Hope you understand...
Yan
|