Quantcast
Channel: Blog dbi services
Viewing all articles
Browse latest Browse all 1431

another way to list invalid objects

$
0
0

How often did I type a query like this to list the invalid objects in a database?

select count(*)
  from dba_objects
 where status  'VALID';
    -- and user in/not in

Today I learned another way to do the same.


Viewing all articles
Browse latest Browse all 1431

Trending Articles