How to get DDL texts
Hello gurus,
Is it possible to get DDL related data (text, user executing DDL etc.) and replicate/save this info somewhere in DB?
"ddloptions report" is not helpfull in my case.
In Doc ID 1450495.1 stated that
11.2 Enhancements
Column Conversion Functions
A new @DDL function returns the name and owner of an object in a DDL record, the type of object that was affected, the operation type, and the first 200 characters of the DDL statement.
But I couldnt find any usefull info on @DDL
Thanks in advance.