DDL Auditing in Oracle 11g
Is there any direct way to enable DDL auditing and capture who executed the DDL statements and what type of DDL command executed by him.
I have searched and Oracle support site and google but I found only the below stuff:
1. ENABLE_DDL_LOGGING
this will not provide user information who executed the DDL
2. Write trigger to capture the details.
Apart from this do we have any direct way to capture those information, please advise