dba_objects last compilation
Hi,
Whenever we are compiling any database objects like packages and package body from plsql developer it clearly says that package created, package body created
But when i check in dba_objects the column last_ddl_time is not at all updating.
and some people said that if there are no code changes, last_ddl_time will not be updated.
But when it clearly said that package created it should update last_ddl_time as today's date.
basically when audit teams comes to us and checks objects that are compiled for specific date..... our migration shows objects created today but coming to last_ddl_time is very old.