QUERIES ORACLE April 29, 2020 OBJECT_RELATED ------------------------- select owner,object_name,object_type, status from dba_objects as of timestamp to_date('10/25/2018 00:00:00','mm/dd/yyyy hh24:mi:ss') where object_name = 'TEST' and OWNER='TEST'; Read more