creation
This commit is contained in:
3
sql/32_invalid_objects.sql
Normal file
3
sql/32_invalid_objects.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
prompt <h2>Invalid objects</h2>
|
||||
select owner, count(*) "invalid objects" FROM dba_objects WHERE status <> 'VALID' group by owner order by owner;
|
||||
exit
|
||||
Reference in New Issue
Block a user