FCLT#57840 Automatisch detecteren en compileren invalid objecten
svn path=/Database/trunk/; revision=43336
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user