Schema level Unified auditing in Oracle19
Database Version : Oracle Database 19c Enterprise Edition - Version 19.9.0.0.0
I have 2 schemas (schema1, user1). Both have DDL+DML privileges on their respective schemas. user1 has only DML privileges on schema1's objects (tables,views).
I want to audit all DDL+DML performed by schema1 on schema1. So this will be schema-level auditing.
Question1: Can I perform schema-level auditing using Unified Auditing ?
I also want to audit all DML performed by user1 on schema1 (current and future schema1's object : tables+views).
Question2: Can this be done using Unified Auditing (Without executing any scripts on a daily basis to first capture the newly added db objects in schema1 and then add those for auditing user1) ?