Hi all,


The view DBA_OBJECTS contains the columns CREATED and
LAST_DDL_TIME.

The column descriptions:
CREATED - Timestamp for the creation of the object
LAST_DDL_TIME - Timestamp for the last modification of the object
resulting from a DDL command (including grants and
revokes)

Is this true that "TIMESTAMP" column contains DDL modifications such as CREATE or ALTER but excludes grants and revokes.


waiting for inputs.