In new releases, its often the little things that really catch my attention.
Like this one…. I love it
SQL> alter system set enable_ddl_logging = true;
System altered.
SQL> create table t ( x int );
Table created.
SQL> drop table t purge;
Table dropped.
SQL> host cat ddl_cdb12.log
diag_adl:create table t ( x int )
diag_adl:drop table t purge
Awesome




Got some thoughts? Leave a comment