Thursday, April 30, 2020
Oracle Table Time Stamp
Original Link
CREATED = date of creation of the object
LAST_DDL_TIME = last ddl on object, would include CREATE OR REPLACE (example below)
TIMESTAMP = last time the external "view" or "specification" of the object changed -- will be between created and last_ddl_time.
it starts with the timestamp = created = last_ddl_time.