Multiple choice technology platforms and products

The mechanism, used by Oracle BPEL PM,for automatically maintaining the states of long-running processes in a database is called

  1. Logging

  2. Monitoring

  3. Reporting

  4. Dehydration

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

Dehydration is the mechanism used by Oracle BPEL Process Manager to automatically persist the state of long-running processes to a database. When a process waits for a response (like in an asynchronous call), Oracle BPEL dehydrates the process state, allowing it to be resumed later without keeping memory resources occupied. Logging is for tracking, Monitoring is for runtime observation, and Reporting is for analytics - none of these handle process state persistence.