This commit is contained in:
Yacine31
2023-11-09 02:54:43 +01:00
parent fed0b1dd33
commit cecd195e76
31 changed files with 759 additions and 2 deletions

View 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