DPA store dml, ddl changes

Can DPA store dml, ddl events so I can query historical changes?

Parents
  • When you refer to DDL Events, I assume you are referring to changes to tables/indexes/etc, i.e. their structures. DPA would currently capture any DDL that occurs on an object assuming it runs for longer than 1 second (DPA polls once a second).

    What would you like to see related to DML events. DPA also collects the UPDATE/INSERT/DELETE statements that occur, but is there something else you would like to see?

Reply
  • When you refer to DDL Events, I assume you are referring to changes to tables/indexes/etc, i.e. their structures. DPA would currently capture any DDL that occurs on an object assuming it runs for longer than 1 second (DPA polls once a second).

    What would you like to see related to DML events. DPA also collects the UPDATE/INSERT/DELETE statements that occur, but is there something else you would like to see?

Children