FCLT#57840 Automatisch detecteren en compileren invalid objecten

svn path=/Database/trunk/; revision=43336
This commit is contained in:
Jos Groot Lipman
2019-07-11 20:41:37 +00:00
parent 0d2cdbad35
commit b924d107f8
2 changed files with 14 additions and 2 deletions

View File

@@ -74,7 +74,13 @@ SELECT 'OR'||'A-'||'DB'||_DBV_STRING||' Warning: ' || object_type || ' ' || obje
AND status <> 'VALID'
ORDER BY object_name;
SELECT *
SET HEADING ON
column name format a32
column text format a60
column line format 9999
column pos format 9999
SET HEADING ON
SELECT TYPE, NAME, LINE, POSITION POS, TEXT
FROM USER_ERRORS
ORDER BY NAME, TYPE, SEQUENCE;