Thanks Marco,
Does this mean that you need to change code for 10.2
The query below works:
-----------------------------------------------
select object_name, owner object_owner, status, object_type, created, last_ddl_time
from sys.all_objects o1
where object_type = 'TABLE'
and (object_type !=...