Why we use Local transaction and there boundaries.

Answers were Sorted based on User's Feedback



Why we use Local transaction and there boundaries...

Answer / venkateswarlu

When you are doing a batch update or delete we will go for local transactions and we can specifiy commit if all the batch is successful and will roll back in catch block if something is wrong with the batch operation.

Is This Answer Correct ?    5 Yes 0 No

Why we use Local transaction and there boundaries...

Answer / venkateswarlu malli

When We are doing batch operations and want to commit only after successful update/delete of a batch and roll back on any issue we will use the local_transaction. Batch update/delete should be start and commit transactions inside try and rollback transaction should be in catch block

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More WebMethods Interview Questions

What is the main difference between webservies 6.5 and webservies 7.1.2

1 Answers   IBM,


How webMethods Developer Supports Tables?

1 Answers  


what is adictionary

3 Answers  


if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is the result?

2 Answers   IBM,


What Is a Replication Service?

2 Answers  


How to convert documentlist to document? If document list contain documents and documents contain strings field .how to convert?ple tell me any one.

3 Answers   CTS,


Where do you implemented pub-sub architecture?

1 Answers  


In which case we are not advised to use Transformers...?

3 Answers  


Explain about pub-sub architecture, where do you implemented this?

1 Answers  


What Are Event Handlers?

1 Answers   Tecnics Integration Technologies,


Explain header handlers in web services

1 Answers   CTS, Satyam,


What Is a Shutdown Service?

2 Answers  


Categories