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...


what happend with out using Commit,when closing cursor and
program?

Answers were Sorted based on User's Feedback



what happend with out using Commit,when closing cursor and program?..

Answer / harish

yes, commit-it will save the changes that we done to db2
table

when operation is performed successfully table will be auto
committed its default,suppose if any abends occur all
changes will be rolled back , table will come to original
status

since while updating millions of records somewhere some
abend occurs that time its better to have commit ,so till
upto abend whatever changes occured in table will be
saved.....

pls let me know if u have any queries

HARISH POOMGAME SHIVAPPA
NIIT TECHNOLOGY
KOLKATA

Is This Answer Correct ?    4 Yes 0 No

what happend with out using Commit,when closing cursor and program?..

Answer / praveen

If the program ran successfully, then it will commit.

Is This Answer Correct ?    3 Yes 1 No

what happend with out using Commit,when closing cursor and program?..

Answer / guna

If there is no commit while closing cursor or a program,
processed records are lost when an abnormal end occurs.
Say, if due to the execution of the program some rows are
inserted/deleted/updated in a table, those changes will be
lost.
It is a better practice to give commit after every
insertion/updation queries and before terminating a
program.

Is This Answer Correct ?    4 Yes 2 No

what happend with out using Commit,when closing cursor and program?..

Answer / vish

True that we should Explicitly COMMIT the data instead of
depending on auto comit. But COMMITing after every
insert/update of data is not a very good option. Explicit
COMMIT incurs an overhead and makes the processing slow. So
if we are inserting/updating a large number of data into
table, COMMIT after every such update will make the Job
very slow, which in most of the cases, is not preferrable
for production Jobs. In fact, the COMMIT frequency should
be chosen very carefully for every program (please note we
should not have a common COMMIT frequncy for all the
programs as the data being proceesed by different programs
will be different and hence their importance & time to re-
process them also differs) keeping in mind that neither the
performance should be degraded nor the data should be lost.
Suggesstions are Welcome!!

Is This Answer Correct ?    1 Yes 0 No

what happend with out using Commit,when closing cursor and program?..

Answer / mani

The answer to the question is pretty simple and straight.

Auto commit happens when the cursor is closed.
If at all there is any abend then the changes made will be lost.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More DB2 Interview Questions

how to execute qcmdexc in rpgle?plz write code also?

1 Answers   IBM,


what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........

1 Answers  


What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?

1 Answers  


What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?

3 Answers   Cap Gemini,


How could one combine a set of incremental image copies into a single copy?

1 Answers  


Define buffer pool.

0 Answers  


can i code union in cobol-db2 pgm ?

4 Answers   Patni,


What is the difference between using bind () and rebind () methods of naming class?

0 Answers  


What is db2 catalog database?

0 Answers  


Where is the output of EXPLAIN stored?

2 Answers  


what is the process of precompiler?

2 Answers  


I use CS and update a page. Will the lock be released after I am done with that page?

2 Answers  


Categories