ORACLE check the last DDL time

select owner,object_name,object_type,last_ddl_time from dba_objects 
where LAST_DDL_TIME > <time range>
and object_type = '<type>' and owner='<owner>'

Comments

Popular posts from this blog

Nginx Proxy & Load Balance & LNMP

Snort+barnyard2+Snorby CentOS 6.5_64 Installation

ORACLE Error