Multiple choice technology

Whice transformation do we use to define conditions to commit and rollback records from relational, XML, and dynamic IBM MQSeries targets?

  1. Stored Procedure Transformation

  2. XML Transformation

  3. HTTP Transformation

  4. Transaction Control Transformation

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Transaction Control Transformation in Informatica PowerCenter is specifically designed to manage commit and rollback operations for various target types including relational databases, XML sources, and IBM MQSeries targets. It allows you to define conditions that determine when to commit or rollback transactions based on business logic or data conditions. The other transformations listed serve different purposes - Stored Procedures execute database procedures, XML handles XML data, and HTTP makes web service calls.