performance impact auditing DML DDL on 5000+ tables
I'm looking to have DML and DDL statements audited on 5000+ tables in a single schema and wondering about impact on performance. Each table audited has a where clause to exclude the app itself so we are only trying to capture statements by users outside daily use of app.
Any pointers?