Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, May 30, 2017

Invalid Object Count

spool /tmp/invalid_obj_before.txt
set pages 10000 lines 150
col owner for a30
col object_name for a50
col object_type for a30
select owner, object_name, object_type,status
from dba_objects
where status like 'INVALID'
order by 1,2,3 asc ;
exit ;

No comments:

Post a Comment