Data Mover Import Commit Question
In Data Mover on in an Import, by default the commit level is after each table. You can also use:
SET COMMIT xxxx;
or
SET NO COMMIT;
Can anyone confirm, using "SET NO COMMIT" means it will not commit until all records from the input are processed? That makes sense to me, but PeopleBooks doesn't explicitly state that is how it behaves.
Thanks in advance.