Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



i want to know how the commit option works,how it save the changes? it will update the database or..

Answer / kk

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

i want to know how the commit option works,how it save the changes? it will update the database or..

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

i want to know how the commit option works,how it save the changes? it will update the database or..

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

i want to know how the commit option works,how it save the changes? it will update the database or..

Answer / kalyan

hi kk
how will restart from 901th record?
please explain

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

Describe major components of db2?

0 Answers  


What is the difference between a package and a plan?

6 Answers   Infosys, L&T, Mphasis,


Explain about rct.

0 Answers  


is it compulsory commitment control in journal?

0 Answers   TCS,


how do you resolve -818 error in db2. where we have to see time stamp token. i said by seeing in load module and plan .is it correct or not. give clear explination for how to see time stamp token

2 Answers   IBM, TRD,


What is the role of data manager in the db2 database?

0 Answers  


Return code 100 means?

6 Answers   Cap Gemini,


List out the three types of page locks that can be held.

0 Answers  


How does the processing of a correlated subquery differ from a non correlated subquery?

1 Answers  


Before you give the explain statement, what are the prerogatives?

0 Answers  


what is consistency token

3 Answers  


What is a DB2 catalog?

2 Answers  


Categories