ORA-32595: DDL statement cannot be audited with BY SESSION specified
What triggered the Error:
An attempt was made to audit a DDL statement with BY SESSION clause specified. DDL statements can be audited BY ACCESS only.What should we do to fix it:
Specify BY ACCESS instead of BY SESSION to audit the DDL statement.