To:Hiroshi
> Were the data inserted properly when the log was taken ?
> Judging from the log, the application seems to have
> finished in the middle(6-th data) of the execution.
>
sorry , mybe not properly .
My program is like this :
loop :
    connect db ;
    insert 10 reocrds ;
    commit;
    update this 10 records ;
    commit;
    delete this 10 records ;
    commit;
    disconnect db;
end loop;
the loop is not terminable.
and I interrupted the program unproperly and took the log.
but I am sure it have run over one loop.