Capturing initial bulk load

I’m looking to intercept everything that is written to a database. I know that I can intercept writes with a transaction listener but I’m not sure how to capture the a possible initial bulk load. Any suggestions?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.