Database Error Messages

ORA-32595

DDL statement cannot be audited with BY SESSION specified

Cause

An attempt was made to audit a DDL statement with BY SESSION clause specified. DDL statements can be audited BY ACCESS only.


Action

Specify BY ACCESS instead of BY SESSION to audit the DDL statement.