Pages

Sunday, May 1, 2011

Invalid Objects

select owner, object_name, object_type

from all_objects

where status != 'VALID'

order by owner, object_type, object_name;

No comments:

Post a Comment