FCLT#57840 Automatisch detecteren en compileren invalid objecten

svn path=/Database/trunk/; revision=43218
This commit is contained in:
Jos Groot Lipman
2019-07-04 09:50:14 +00:00
parent 642f0251dc
commit a92e0fe3cc
2 changed files with 8 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ SELECT 'OR'||'A-'||'DB'||_DBV_STRING||' Warning: ' || object_type || ' ' || obje
AND status <> 'VALID'
ORDER BY object_name;
SELECT *
FROM USER_ERRORS
ORDER BY NAME, TYPE, SEQUENCE;
SET ECHO ON
REGISTERONCE('$Id$')