Skip to main content

Posts

Showing posts from April, 2020

QUERIES ORACLE

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';