i want to know how the commit option works,how it save the
changes? it will update the database or what ? where we can
see these saved changes?
Answers were Sorted based on User's Feedback
Hi,
Mostly we are using commit mass insert and update time
only.suppose i insert 1000 records i am using count varable
i give commit every 100th records means it will
automatically update the data base.so it will affect 999th
records means 900 records ulready update in ur table.so we
can restart 901 records thats enough.you can see in ur
table.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sankar
All changes happens to database are initially made in log,
after successful completion of unit of work (COMMIT),the
changes from log reflected into physical database. In case
of roll-back or un-successful completion, changes will not
be reflested into physical database.
Commit executed at the end of all transaction (explicitly
or inplicitly) irrespective of number of rows affected.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / era
commit will insert a unit of work after some define number
of record processed. That commit point will be taken and
the database updated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it mandatory to use DCLGEN? If not, why would you use it at all?
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
can we view the access paths created by dbrm ? how ? thx
What is FREEPAGE and PCTFREE in TABLESPACE creation?
what is datacom db?
What is the physical storage length of the data types date, time, and timestamp?
When would you prefer to use VARCHAR?
what needs to be done if a table is in copy pending / check pending status?
What is load utility in db2?
What os does db2 run on?
Explain packages.
what is the name of the default db2 catalog database?