Will Start posting soon ...
-- Get the name, type, date of change of the DDL of a user object.select OBJECT_NAME, OBJECT_TYPE, LAST_DDL_TIME from dba_objects whereowner not in ('SYS','SYSTEM');
No comments:
Post a Comment