Simulated environment. All schemas, metrics, and run histories are synthetic; no live Oracle instance, credentials, or customer data are used.

Oracle Secure Data Engineering Lab

PL-001 · Finance

Billing Ledger Ingest

Incremental change capture from a mock order-entry schema into a partitioned billing fact table, with currency normalisation and late-arriving-record handling.

healthy
Every 15 minSLA 20 minSimulated OLTP (ORDERS_SRC)DW.FACT_BILLING
Stage flow
Average stage durations from the simulated run history.
  1. 1

    Extract CDC window extract

    SCN-bounded read against the simulated source with watermark checkpointing.

    ~34s average

  2. 2

    Normalise & enrich transform

    Currency conversion, surrogate key lookup, dedupe on (order_id, revision).

    ~61s average

  3. 3

    Constraint validation validate

    Row count reconciliation, referential checks, null-rate thresholds.

    ~18s average

  4. 4

    Partition-wise load load

    Direct-path insert into the current monthly partition, then index rebuild.

    ~47s average

Recent runs
Synthetic history — not sourced from a live scheduler.
RunStarted (UTC)DurationRows inRows outReject %SLAStatus
R-88412026-08-13 16:45:00158s184,320184,1800.08%Met
healthy
R-88402026-08-13 16:30:00171s179,004178,9010.06%Met
healthy
R-88392026-08-13 16:15:00402s201,553199,8700.84%Met
degraded
← All pipelines