In Oracle, is there a way to find out when a particular table was created?
Similarly, is there a way to find out when a particular row was inserted/last updated?
SELECT CREATED FROM USER_OBJECTS WHERE OBJECT_NAME='<>'