The image shows the lifecycle of cloud data pipeline created with DBMS_CLOUD_PIPELINE.

There are two rows. The first row shows the general pipeline lifecycle: Create Pipeline, Configure Pipeline, Test Pipeline and Start Pipeline. The second row shows the corresponding DBMS_CLOUD_PIPELINE procedures: create_pipeline, set_attribute, run_pipeline_once and reset_pipeline, and start_pipeline.