Using Oracle 23ai Saga on row level?
Hello,
I am currently exploring the new Oracle Saga capability with Oracle 23c (https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/developing-applications-saga.html) and I have a question regarding its functionality. From what I understand, it appears that this functionality supports out-of-the-box compensation only at the column level. Is this correct? I am particularly interested in knowing if there is a way to configure it at the row level, as this would significantly reduce the need to write compensation logic for insert and delete operations.
Thank you in advance.